mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-12 18:16:24 +00:00
22 lines
184 B
Markdown
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
|
||
|
```
|