zub-store 0.0.3

Git-like content-addressed filesystem store with metadata preservation
Documentation
1
2
3
4
5
6
7
pub mod blob;
pub mod commit;
pub mod tree;

pub use blob::{blob_exists, blob_path, read_blob, write_blob};
pub use commit::{commit_path, read_commit, write_commit};
pub use tree::{read_tree, tree_path, write_tree};