File: README.fuzz.md

package info (click to toggle)
rust-rangemap 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: sh: 8; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# rangemap fuzz tests

These fuzz tests use the [cargo-fuzz](https://github.com/rust-fuzz/cargo-fuzz) tool.

Run one of these:

```
cargo +nightly fuzz run rangemap_coalesce
cargo +nightly fuzz run rangemap_inclusive_coalesce
cargo +nightly fuzz run rangemap_gaps
cargo +nightly fuzz run rangemap_inclusive_gaps
```