Module fs

Source
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

Re-exports§

pub use self::walkdir::walkdir_new;walkdir
pub use self::walkdir::walkdir_sorted_new;walkdir
pub use self::walkdir::WalkDir;walkdir

Modules§

read_dirfs-read-dir
walkdirwalkdir

Functions§

open_options_no_follow
Prepare open options which won’t follow symlinks when the file is opened.