Persistent Merkle Tree in Rust
Go to file
Magamedrasul Ibragimov d8f25b90b9 Merge branch 'main' of github.com:Rate-Limiting-Nullifier/pmtree into main 2022-10-31 10:29:30 +03:00
.github/workflows ops: add basic actions for build-test-fmt check 2022-10-11 19:58:16 +03:00
src test: add integration test for Memory_Sha case 2022-10-31 10:29:21 +03:00
tests test: add integration test for Memory_Sha case 2022-10-31 10:29:21 +03:00
.gitignore init: add rust lib template 2022-10-11 19:48:08 +03:00
Cargo.toml test: add integration test for Memory_Sha case 2022-10-31 10:29:21 +03:00
LICENSE.md chore: add LICENSE 2022-10-19 15:26:59 +03:00
README.md docs: update info about pmtree in README 2022-10-30 23:49:24 +03:00
pmtree.png docs: customize README 2022-10-30 23:35:36 +03:00

README.md

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