We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76961de commit 8364cbcCopy full SHA for 8364cbc
src/lib.rs
@@ -20,6 +20,8 @@
20
//! This crate is compatible with any async runtime based on [futures 0.3](https://docs.rs/futures-core),
21
//! which includes [tokio](https://docs.rs/tokio), [async-std](https://docs.rs/async-std) and [smol](https://docs.rs/smol).
22
//!
23
+//! Symbolic links are walked through but they are not followed.
24
+//!
25
//! # Example
26
27
//! Recursively traverse a directory:
0 commit comments