File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Ordered Floats
2
2
3
- Provides several wrapper types for Ord and Eq implementations on f64.
3
+ Provides several wrapper types for Ord and Eq implementations on f64 and friends .
4
4
5
5
See the [ API documentation] ( https://docs.rs/ordered-float ) for further details.
6
6
@@ -22,6 +22,8 @@ The following optional features can be enabled in `Cargo.toml`:
22
22
* ` serde ` : Implements the ` serde::Serialize ` and ` serde::Deserialize ` traits.
23
23
* ` schemars ` : Implements the ` schemars::JsonSchema ` trait.
24
24
* ` proptest ` : Implements the ` proptest::Arbitrary ` trait.
25
+ * ` rkyv ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits.
26
+ * ` speedy ` : Implements ` speedy ` 's ` Readable ` and ` Writable ` traits.
25
27
26
28
## License
27
29
You can’t perform that action at this time.
0 commit comments