merkletree 0.16.4

Light merkle tree implementation with SPV support and dependency agnostic.
Documentation
1
2
3
4
5
6
7
8
9
all:
	@cargo build
	@cargo test
	@cargo doc --no-deps
	@cargo build --all-features
	@cargo test --all-features
	@cargo doc --all-features --no-deps
	@cargo fmt --all
	@cargo clippy -- -A blacklisted-name -A unreadable-literal -D warnings --all