c-kzg-4844/bindings/rust
Justin Traglia b3291f9bf1
Speed up rust build just a little (#220)
2023-03-17 11:52:07 +02:00
..
benches Fix rust benches to work with the new compute API (#194) 2023-03-09 10:30:46 -06:00
src Add ref test count checks for all bindings (#211) 2023-03-15 16:39:19 +02:00
.gitignore Rust bindings (#4) 2023-01-12 17:50:12 +00:00
Cargo.lock Update rust bindings to support YAML ref tests (#164) 2023-03-03 16:01:56 -07:00
Cargo.toml Update rust bindings to support YAML ref tests (#164) 2023-03-03 16:01:56 -07:00
README.md Add bindings to readme (#154) 2023-02-23 17:53:08 +02:00
build.rs Speed up rust build just a little (#220) 2023-03-17 11:52:07 +02:00

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