value-log 0.0.1

Generic value log implementation for key-value separated storage
Documentation
1
2
3
4
5
6
7
8
9
## COMING SOON

# value-log

Generic value log implementation for key-value separated storage, inspired by [RocksDB's BlobDB](https://github.com/facebook/rocksdb/wiki/BlobDB) and implemented in safe, stable Rust.

> This crate is intended for key-value separated LSM storage.
> You probably want to use https://github.com/fjall-rs/fjall instead.