From 171fe3605073e8f3ecb56edac83323c7abcc6374 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Tue, 18 Jun 2024 15:25:18 +0100 Subject: [PATCH] Update feature list in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eaef8bd0..737769293 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,14 @@ This crate has the following Cargo features: - `nightly`: Enables nightly-only features including: `#[may_dangle]`. - `serde`: Enables serde serialization support. +- `borsh`: Enables borsh serialization support. - `rkyv`: Enables rkyv serialization support. - `rayon`: Enables rayon parallel iterator support. +- `equivalent`: Allows comparisons to be customized with the `Equivalent` trait. - `raw`: Enables access to the experimental and unsafe `RawTable` API. - `inline-more`: Adds inline hints to most functions, improving run-time performance at the cost of compilation time. (enabled by default) -- `ahash`: Compiles with ahash as default hasher. (enabled by default) +- `default-hasher`: Compiles with ahash as default hasher. (enabled by default) - `allocator-api2`: Enables support for allocators that support `allocator-api2`. (enabled by default) ## License