Skip to content

Commit

Permalink
Remark on quickcheck support in lib docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffparsons committed Dec 28, 2024
1 parent f2e2352 commit bfdf74e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ You can enable the **serde1** feature in your _Cargo.toml_ file like so:
rangemap = { version = "1", features = ["serde1"] }
```
You can similarly enable support for _quickcheck_ by enabling
the **quickcheck** feature.
## Building without the Rust standard library
Expand Down

0 comments on commit bfdf74e

Please sign in to comment.