c-kzg-4844/bindings/rust
Matthias Seitz d8b5b00ba4 feat: derive hash for generated types 2024-03-07 18:58:49 +01:00
..
benches Support Rust `no_std` environments (#347) 2023-09-05 17:06:03 -05:00
src feat: derive hash for generated types 2024-03-07 18:58:49 +01:00
.gitignore Use LIB_PREFIX in Rust bindings (#317) 2023-06-28 13:55:28 -05:00
Cargo.lock feat: derive hash for generated types 2024-03-07 18:58:49 +01:00
Cargo.toml Update versions in preparation of release 2024-03-04 10:32:55 -06:00
README.md Use official trusted setup (#377) 2023-10-18 13:31:55 -05:00
build.rs feat: derive hash for generated types 2024-03-07 18:58:49 +01: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