We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dba63 commit 8111b34Copy full SHA for 8111b34
README.md
@@ -19,6 +19,7 @@ ordered-float = { version = "4.0", default-features = false }
19
20
The following optional features can be enabled in `Cargo.toml`:
21
22
+* `arbitrary`: Implements the `arbitrary::Arbitrary` trait.
23
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
24
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
25
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
0 commit comments