simple-fs 0.12.1

Simple and convenient API for File System access
Documentation
1
2
3
4
5
6
7
8
9
// region:    --- modules

mod collapser;
mod normalizer;

pub use collapser::*;
pub use normalizer::*;

// endregion: --- modules