Skip to content

Commit

Permalink
Document the 'arbitrary' feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Oct 10, 2023
1 parent c0dba63 commit 8111b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -19,6 +19,7 @@ ordered-float = { version = "4.0", default-features = false }

The following optional features can be enabled in `Cargo.toml`:

* `arbitrary`: Implements the `arbitrary::Arbitrary` trait.
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
Expand Down

0 comments on commit 8111b34

Please sign in to comment.