Skip to content

Commit 87106c0

Browse files
authored
add CONTRIBUTING guide (#28)
1 parent 74a0037 commit 87106c0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
## Run the tests
4+
5+
cargo test
6+
7+
## Run the bench tests
8+
9+
cargo bench
10+
11+
## Run the fuzz tests
12+
13+
(requires [cargo-fuzz](https://github.com/rust-fuzz/cargo-fuzz))
14+
15+
cargo fuzz run fuzz_target_1
16+
17+
## Run the examples
18+
19+
cargo run --example=${EXAMPLE}

0 commit comments

Comments
 (0)