mirror of https://github.com/vacp2p/zerokit.git
d3d85c3e3c
* add function for empty leaves * fix from linter * fix rebase * update test in utils * fix * fix(trees): inconsistencies in override_range (#250) * fix tests --------- Co-authored-by: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml | ||
Makefile.toml | ||
README.md |
README.md
Utils crate
Building
cargo build
Testing
cargo test
Benchmarking
cargo bench
To view the results of the benchmark, open the target/criterion/report/index.html
file generated after the bench