2023-10-18 13:31:55 -05:00

22 lines
184 B
Markdown

# Rust bindings
Generates the rust bindings for the c-kzg library.
## Build
```
cargo build --release
```
## Test
```
cargo test --release
```
## Benchmark
```
cargo bench
```