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
pub mod file_store;
pub mod memory;
pub mod traits;
pub use file_store::*;
pub use memory::*;
pub use traits::*;
pub mod sync_store;
pub use sync_store::*;