Skip to content

Commit 8111b34

Browse files
committed
Document the 'arbitrary' feature
1 parent c0dba63 commit 8111b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ordered-float = { version = "4.0", default-features = false }
1919

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

22+
* `arbitrary`: Implements the `arbitrary::Arbitrary` trait.
2223
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
2324
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
2425
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.

0 commit comments

Comments
 (0)