libvctrl 0.5.1

A robust, content-addressed version control engine for arbitrary data, designed for embedding into applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod blob;
pub mod commit;
pub mod hash;
pub mod object;
pub mod tag;
pub mod tree;
pub mod user;
pub use blob::*;
pub use commit::*;
pub use hash::*;
pub use object::*;
pub use tag::*;
pub use tree::*;
pub use user::*;