From 8111b345372632893af0b8aa12152f3dc7278aba Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 10 Oct 2023 16:03:15 -0700 Subject: [PATCH] Document the 'arbitrary' feature --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c03cf6..14a638a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ ordered-float = { version = "4.0", default-features = false } The following optional features can be enabled in `Cargo.toml`: +* `arbitrary`: Implements the `arbitrary::Arbitrary` trait. * `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate. * `rand`: Adds implementations for various distribution types provided by the `rand` crate. * `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.