simple-fs 0.12.1

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

mod load;
mod ndjson;
mod save;

pub use load::*;
pub use ndjson::*;
pub use save::*;

// endregion: --- Modules