epochfs 0.1.5

EpochFS is a versioned cloud file system with git-like branching, transaction support.
Documentation
1
2
3
4
5
6
use std::io::Result;

fn main() -> Result<()> {
    prost_build::compile_protos(&["specs/epochfs.proto"], &["specs/"])?;
    Ok(())
}