Skip to content

Commit 8364cbc

Browse files
committed
document behavior with symbolic links
1 parent 76961de commit 8364cbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
//! This crate is compatible with any async runtime based on [futures 0.3](https://docs.rs/futures-core),
2121
//! which includes [tokio](https://docs.rs/tokio), [async-std](https://docs.rs/async-std) and [smol](https://docs.rs/smol).
2222
//!
23+
//! Symbolic links are walked through but they are not followed.
24+
//!
2325
//! # Example
2426
//!
2527
//! Recursively traverse a directory:

0 commit comments

Comments
 (0)