2022-12-10 16:41:07 +03:00
2022-12-10 16:41:07 +03:00
2022-10-11 19:48:08 +03:00
2022-12-02 20:53:03 +03:00
2022-10-19 15:26:59 +03:00
2022-10-30 23:35:36 +03:00
2022-12-05 14:26:12 +03:00

pmtree

Persistent Merkle Tree (optimized & sparse & fixed-size) in Rust

How to use

[dependencies]
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }

To use batch insertions you must enable batch_insert feature:

[dependencies]
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree", features = ["batch_insert"] }

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
Persistent Merkle Tree in Rust
Readme
Languages
Rust 100%