c-kzg-4844/bindings/rust
Dan Cline 8ac5c35876 change portable to default 2024-02-03 13:02:45 -05: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 2024-01-22 11:16:35 -05:00
Cargo.toml change portable to default 2024-02-03 13:02:45 -05:00
README.md Use official trusted setup (#377) 2023-10-18 13:31:55 -05:00
build.rs chore: bump bindgen 2024-01-22 11:16:35 -05: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