You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,17 +98,16 @@ map.insert(1, "one");
98
98
## Flags
99
99
This crate has the following Cargo features:
100
100
101
-
-`nightly`: Enables nightly-only features including: `#[may_dangle]`
101
+
-`nightly`: Enables nightly-only features including: `#[may_dangle]`.
102
102
-`serde`: Enables serde serialization support.
103
103
-`rayon`: Enables rayon parallel iterator support.
104
104
-`raw`: Enables access to the experimental and unsafe `RawTable` API.
105
105
-`inline-more`: Adds inline hints to most functions, improving run-time performance at the cost
106
-
of compilation time. (enabled by default)
106
+
of compilation time. (enabled by default)
107
107
-`ahash`: Compiles with ahash as default hasher. (enabled by default)
108
108
-`ahash-compile-time-rng`: Activates the `compile-time-rng` feature of ahash. For targets with no random number generator
109
109
this pre-generates seeds at compile time and embeds them as constants. See [aHash's documentation](https://github.com/tkaitchuck/aHash#flags) (disabled by default)
0 commit comments