libvctrl 0.4.0

A robust, content-addressed version control engine for arbitrary data, designed for embedding into applications.
Documentation
pub mod codec;
pub mod command;
pub mod crypto;
pub mod diff;
pub mod domain;
pub mod error;
pub mod hashing;
pub mod merge;
pub mod storage;

pub use codec::*;
pub use command::*;
pub use crypto::*;
pub use diff::*;
pub use domain::*;
pub use error::*;
pub use hashing::*;
pub use merge::*;
pub use storage::*;