Functionsยง
- read_
dir_ rec - Reads a directory recursively. Order is not guaranteed.
- write_
safe - Same as
std::fs::write
, except writes to a to temp buffer file, then renames it, if write was successful
std::fs::write
, except writes to a
to temp buffer file, then renames it, if write was successful