A bunch of utilities to help working with the file-system. Click here for the API-docs.
In you cargo.toml:
cargo.toml
toml [dependencies] fs-utils = "*"
In your main module:
rust extern crate fs_utils;
Licensed under either of
at your option.