epochfs 0.1.5

EpochFS is a versioned cloud file system with git-like branching, transaction support.
Documentation
1
2
3
4
5
6
7
8
9
mod specs {
    include!(concat!(env!("OUT_DIR"), "/epochfs.rs"));
}

mod fs;
pub use fs::Fs;

mod file;
pub use file::File;