ckb-merkle-mountain-range 0.1.0

A generalized merkle mountain range implementation
Documentation
default: ci

ci: fmt clippy test bench-test

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

bench-test:
	cargo bench -- --test

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

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