[−][src]Module git_features::fs
Filesystem utilities
These are will be parallel if the parallel feature is enabled, at the expense of compiling additional dependencies
along with runtime costs for maintaining a global rayon thread pool.
For information on how to use the WalkDir type, have a look at
jwalk::WalkDirifparallelfeature is enabled- walkdir::WalkDir otherwise
Re-exports
pub use self::walkdir::walkdir_new; |
pub use self::walkdir::DirEntry; |
Modules
| walkdir |
Type Definitions
| WalkDir | Builder for walking a directory. |