nam-sparse-merkle-tree 0.3.3-nam.0

(Namada fork) Sparse merkle tree implement in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
default: fmt clippy test check

test:
	cargo test --all --all-features

clippy:
	cargo clippy  --all --all-features --all-targets

fmt:
	cargo fmt --all -- --check

check:
	cargo check --no-default-features