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 f887d33 commit abafb81Copy full SHA for abafb81
README.md
@@ -24,6 +24,14 @@ the default `std` feature:
24
ordered-float = { version = "2.0", default-features = false }
25
```
26
27
+## Optional features
28
+
29
+The following optional features can be enabled in `Cargo.toml`:
30
31
+* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
32
+* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
33
+* `schemars`: Implents the `schemars::JsonSchema` trait.
34
35
## License
36
37
MIT
0 commit comments