mirror of https://github.com/vacp2p/pmtree.git
88ab1f459f | ||
---|---|---|
.github/workflows | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE.md | ||
README.md |
README.md
pmtree
Persistent Merkle Tree 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