Expand description
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;walkdirorfs-walkdir-parallelpub use self::walkdir::walkdir_sorted_new;walkdirorfs-walkdir-parallel
Modules§
- walkdir
fs-walkdir-parallel
Structs§
- Mutable
Snapshot - Use this type for fields in structs that are to store the
Snapshot, typically behind anOwnShared. - Snapshot
- A structure holding enough information to reload a value if its on-disk representation changes as determined by its modified time.
Functions§
- open_
options_ no_ follow - Prepare open options which won’t follow symlinks when the file is opened.
Type Aliases§
- Shared
Snapshot - A snapshot of a resource which is up-to-date in the moment it is retrieved.
- WalkDir
walkdirorfs-walkdir-parallel - Builder for walking a directory.