Cargo Features
simple-interner has no features set by default.
[dependencies]
simple-interner = { version = "0.3.4", features = ["raw", "parking_lot"] }
- raw = hashbrown
-
Enables raw of hashbrown ^0.13.2
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- parking_lot implicit feature
-
Enables parking_lot
parking_lot:
More compact and efficient implementations of the standard synchronization primitives
- hashbrown raw?
-
Enables hashbrown ^0.13.2