Skip to content

Commit

Permalink
document feature flags for rkyv and speedy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrmaxmeier authored and mbrubeck committed Oct 19, 2022
1 parent cc39948 commit 6febf6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ordered Floats

Provides several wrapper types for Ord and Eq implementations on f64.
Provides several wrapper types for Ord and Eq implementations on f64 and friends.

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

Expand All @@ -22,6 +22,8 @@ The following optional features can be enabled in `Cargo.toml`:
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
* `schemars`: Implements the `schemars::JsonSchema` trait.
* `proptest`: Implements the `proptest::Arbitrary` trait.
* `rkyv`: Implements `rkyv`'s `Archive`, `Serialize` and `Deserialize` traits.
* `speedy`: Implements `speedy`'s `Readable` and `Writable` traits.

## License

Expand Down

0 comments on commit 6febf6d

Please sign in to comment.