1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Contributing ## Run the tests cargo test ## Run the bench tests cargo bench ## Run the fuzz tests (requires [cargo-fuzz](https://github.com/rust-fuzz/cargo-fuzz)) cargo fuzz run fuzz_target_1 ## Run the examples cargo run --example=${EXAMPLE}