e266280d88 | ||
---|---|---|
.. | ||
benches | ||
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
Test
cargo test --release
Benchmark
cargo bench