Module mmrbi::fs

source · []
Expand description

Similar to std::fs::*

Modules

Create in-memory snapshots of directory trees etc.

windowsWindows

Windows specific paths

Structs

Functions

Collect directories (like std::fs::read_dir, but only one io::Result to untangle, and allocates)

Write the output of io(&mut output)? to path if it differed from what already existed there (if anything.)