#![deny(missing_docs)]//! `castor` provides content addressable storage on top of [LMDB](https://github.com/LMDB/lmdb)
//! using [kv](https://github.com/zshipko/rust-kv)
externcrate kv;externcrate sha2;modtoken;modstore;modtxn;pubusetoken::Token;pubusestore::Store;pubusetxn::Txn;