Skip to content

Commit

Permalink
feat: persistent btree key-value implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
peeeuzin committed Nov 28, 2024
1 parent aef2ad0 commit cd0ec3e
Show file tree
Hide file tree
Showing 10 changed files with 1,326 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
bloomfilter = "1.0"
fs2 = "0.4.3"
bincode = "1.3.3"
rand = "0.8.5"

[build-dependencies]
hooky-rs = "1.0.0"
Loading

0 comments on commit cd0ec3e

Please sign in to comment.