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
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
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