Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 286 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 286 Bytes

Contributing

Run the tests

    cargo test

Run the bench tests

    cargo bench

Run the fuzz tests

(requires cargo-fuzz)

    cargo fuzz run fuzz_target_1

Run the examples

    cargo run --example=${EXAMPLE}