sparse-merkle-tree 0.1.0-alpha3

Sparse merkle tree implement in rust
Documentation
default: fmt clippy test bench-test check

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

bench-test:
	cargo bench -- --test

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

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

check:
	cargo check --no-default-features