mirror of https://github.com/vacp2p/zerokit.git
0d5642492a
* add stateless feature and tests * update docs and new function |
||
---|---|---|
.. | ||
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