You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB [[1]](#footnotes) and implemented in safe, stable Rust.
14
+
Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB [[1]](#footnotes) and TitanDB [[2]](#footnotes) and implemented in safe, stable Rust.
15
15
16
16
> This crate is intended as a building block for key-value separated storage.
17
17
> You probably want to use https://github.com/fjall-rs/fjall instead.
@@ -48,3 +48,6 @@ All contributions are to be licensed as MIT OR Apache-2.0.
0 commit comments