zerokit_utils 0.4.1

Various utilities for Zerokit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Utils crate

## Building

1. `cargo build`

## Testing

1. `cargo test`

## Benchmarking

1. `cargo bench`

To view the results of the benchmark, open the `target/criterion/report/index.html` file generated after the bench