c-kzg-4844/bindings/rust
Dan Cline 6164f277d9
feat: impl AsRef for Bytes32 and Bytes48 (#411)
2024-03-22 08:33:41 -05:00
..
benches Fix NixOS vendoring issue (#409) 2024-03-15 16:49:33 -05:00
src feat: impl AsRef for Bytes32 and Bytes48 (#411) 2024-03-22 08:33:41 -05:00
README.md Use official trusted setup (#377) 2023-10-18 13:31:55 -05:00
build.rs Fix NixOS vendoring issue (#409) 2024-03-15 16:49:33 -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