Crate nyoom

source ·

Structs

The results of traversing a directory tree. Contains a map of paths to the result of the walker function, and the total size of all paths. The latter is useful for preallocating a buffer for the output.

Functions

Walk a directory tree, calling the walker function on each path. Results ARE NOT ORDERED.