c-kzg-4844/bindings/rust
Justin Traglia 6b2ee20102
Add bindings to readme (#154)
* Add bindings section to readme

* Reorganize a little bit

* Remove extra blank lines
2023-02-23 17:53:08 +02:00
..
benches Update rust bindings (#143) 2023-02-22 18:33:15 +02:00
src Update rust bindings (#143) 2023-02-22 18:33:15 +02:00
.gitignore Rust bindings (#4) 2023-01-12 17:50:12 +00:00
Cargo.lock Rust bindings (#4) 2023-01-12 17:50:12 +00:00
Cargo.toml Rust bindings (#4) 2023-01-12 17:50:12 +00:00
README.md Add bindings to readme (#154) 2023-02-23 17:53:08 +02:00
build.rs Rust bindings (#4) 2023-01-12 17:50:12 +00: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