## 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.