castor 0.3.1

Content addressable storage backed by LMDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
# castor

<a href="https://crates.io/crates/castor">
    <img src="https://img.shields.io/crates/v/castor.svg">
</a>


An embedded content addressable store for Rust on top of [kv](https://github.com/zshipko/rust-kv)

See [https://docs.rs/castor](https://docs.rs/castor) for more information