mirror of
https://github.com/vacp2p/pmtree.git
synced 2025-02-16 09:17:15 +00:00
pmtree
Persistent Merkle Tree (optimized & sparse & fixed-size) in Rust
How to use
[dependencies]
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
Clone & Build
git clone git@github.com:Rate-Limiting-Nullifier/pmtree.git && cd pmtree
cargo build --release
Run tests
cargo test --release
Docs
cargo docs --open
Description
Languages
Rust
100%