c-kzg-4844/bindings/rust
Pawan Dhananjay 5b55a54d5e
Change the rust interface to take references (#356)
2023-09-05 16:43:46 -05:00
..
benches Change the rust interface to take references (#356) 2023-09-05 16:43:46 -05:00
src Change the rust interface to take references (#356) 2023-09-05 16:43:46 -05:00
.gitignore Use LIB_PREFIX in Rust bindings (#317) 2023-06-28 13:55:28 -05:00
Cargo.lock feat: add serde impls to Blob and Bytes48 (#342) 2023-08-24 21:39:46 -06:00
Cargo.toml Set /std:c11 ccflag for Windows in Rust bindings (#354) 2023-08-31 12:12:02 -07:00
README.md Add bindings to readme (#154) 2023-02-23 17:53:08 +02:00
build.rs Set /std:c11 ccflag for Windows in Rust bindings (#354) 2023-08-31 12:12:02 -07: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