Justin Traglia 6b2ee20102
Add bindings to readme (#154)
* Add bindings section to readme

* Reorganize a little bit

* Remove extra blank lines
2023-02-23 17:53:08 +02:00

25 lines
326 B
Markdown

# Rust bindings
Generates the rust bindings for the c-kzg library.
## Build
```
cargo build --release
```
Build with `--features="minimal-spec"` to set the `FIELD_ELEMENTS_PER_BLOB`
compile time parameter to the pre-determined minimal spec value.
## Test
```
cargo test --release
```
## Benchmark
```
cargo bench
```