2913b5ab31
* Fix rust benchmarks * Use iter_batched_ref for true benchmarks * Remove unused import * Update BatchSize & add throughput measurements * Remove "cargo clean" from CI checks * Run release tests after minimal tests |
||
---|---|---|
.. | ||
benches | ||
snapshots | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
Rust bindings
Generates the rust bindings for the c-kzg library.
Build
cargo build --release
Build with --features="minimal-spec"
to set the FIELD_ELEMENTS_PER_BLOB
compile time parameter to the pre-determined minimal spec value.
Test
cargo test --release
Benchmark
cargo bench