Skip to content

Commit 6febf6d

Browse files
Mrmaxmeiermbrubeck
authored andcommitted
document feature flags for rkyv and speedy
1 parent cc39948 commit 6febf6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ordered Floats
22

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.
44

55
See the [API documentation](https://docs.rs/ordered-float) for further details.
66

@@ -22,6 +22,8 @@ The following optional features can be enabled in `Cargo.toml`:
2222
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
2323
* `schemars`: Implements the `schemars::JsonSchema` trait.
2424
* `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.
2527

2628
## License
2729

0 commit comments

Comments
 (0)