Crate casserole[][src]

Expand description

Casserole - a serde-based serializer/deserializer with a pluggable Content-Addressable Store as backing store so that internal data use references into the store.

The result serialized objects are small and are gaining dedup and efficient diffability due to content-addressable references.

Re-exports

pub use store::Store;

Modules

Definition of the Store trait.

Traits

The Casserole trait provides reduction and restoration of values to compact form where sub-values are stored in a Store, which can be a content-addressable database.

Derive Macros