c-kzg-4844/bindings/rust
kaliubuntu0206 e266280d88
Fixed x86_64-pc-windows-gcc build for rust bindings (#384)
2023-12-14 14:29:06 -06:00
..
benches Support Rust `no_std` environments (#347) 2023-09-05 17:06:03 -05:00
src Add const instantiation functions for byte types (#380) 2023-11-14 00:06:25 +03:00
.gitignore Use LIB_PREFIX in Rust bindings (#317) 2023-06-28 13:55:28 -05:00
Cargo.lock chore: bump bindgen version (#355) 2023-09-05 17:24:53 -05:00
Cargo.toml Use official trusted setup (#377) 2023-10-18 13:31:55 -05:00
README.md Use official trusted setup (#377) 2023-10-18 13:31:55 -05:00
build.rs Fixed x86_64-pc-windows-gcc build for rust bindings (#384) 2023-12-14 14:29:06 -06:00

README.md

Rust bindings

Generates the rust bindings for the c-kzg library.

Build

cargo build --release

Test

cargo test --release

Benchmark

cargo bench