Development Tools - Tests
Tools to help you verify the correctness of your code.
Testing
Recipe | Crates | Categories |
---|---|---|
Test your code with cargo test | ||
Emit a custom message | ||
Test your code faster with cargo nextest | ||
approx | ||
Test your code against snapshots | ||
Measure your code coverage |
Fuzzing
Recipe | Crates | Categories |
---|---|---|
afl |
[fuzzing.incl: title (P2)](https://github.com/john-cd/rust_howto/issues/338)