BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.22k stars 107 forks source link

"symbolic_link" vs "symlink" #80

Closed tshepang closed 6 years ago

tshepang commented 6 years ago

To follow precedence set by stdlib, DirEntry::path_to_symbolic_link needs to be renamed to DirEntry::path_to_symlink.