c-kzg-4844/bindings/rust
George Kadianakis 8758b27792
Rust: don't leak fd on load_trusted_setup_file() error (#402)
2024-03-04 08:50:27 -06:00
..
benches Support Rust `no_std` environments (#347) 2023-09-05 17:06:03 -05:00
src Rust: don't leak fd on load_trusted_setup_file() error (#402) 2024-03-04 08:50:27 -06:00
.gitignore Use LIB_PREFIX in Rust bindings (#317) 2023-06-28 13:55:28 -05:00
Cargo.lock Make Rust `bindgen` build dependency optional (#382) 2024-02-06 11:39:07 -06:00
Cargo.toml chore: make standalone portable feature, enabled by default (#391) 2024-02-07 06:07:20 -06:00
README.md Use official trusted setup (#377) 2023-10-18 13:31:55 -05:00
build.rs Fix more typos (#397) 2024-02-22 11:55:22 -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