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. Seeslice. - vfs
- OS filesystem abstraction.
- visit
- High-level API for visiting in parallel.