Crate d_major

Source
Expand description

Traverse directory trees in parallel, using relative entries to minimize allocation and maximize parallelism.

Modulesยง

c_string
Methods to interop with null-terminated C strings.
crawl
Crawl the filesystem in parallel.
errno
Interact with the global errno variable.
null_term_str
Handle null-terminated strings with explicit length measurement.
std_docs
See usize. See slice.
vfs
OS filesystem abstraction.
visit
High-level API for visiting in parallel.