lib3h persistence for content addressable storage and entity attribute value indexes. A file system based implementation using directory hieraarchies to navigate data.
//! CAS Implementations
//!//! (CAS == Content Addressable Storage)
//!//! This crate contains implementations for the CAS and EAV traits
//! which are defined but not implemented in the core_types crate.
#![feature(try_from)]#![warn(unused_extern_crates)]pubmodcas;pubmodeav;