focuson_cas 0.0.1

A content-addressable storage library implemented in Rust.
Documentation
1
2
3
4
5
6
mod file_system_cas;
mod storage;
pub use file_system_cas::FileSystemCAS;
pub use storage::ContentAddressableStorage;
mod cas_helpers;
pub use cas_helpers::StringStorage;