file-storage 0.5.0

This library aids in accessing file-like storage.
Documentation
1
2
3
4
5
6
7
pub use file::*;
pub use local_path::*;

mod file;
mod local_path;

mod folder;