Cargo Features
[dependencies]
fixed-cache = { version = "0.1.8", default-features = false, features = ["std", "alloc", "rapidhash", "nightly", "stats"] }
- default = std
-
The
stdfeature is set by default wheneverfixed-cacheis added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of optional rapidhash
rapidhash:
enable std library for RapidHashMap and RapidHashSet helpers
- alloc stats? std
- rapidhash
-
Enables rapidhash
- nightly
-
Enables nightly of optional rapidhash
rapidhash:
enable nightly features, faster str hashing and likely/unlikely hints
- stats = alloc
-
Enables typeid
fixed-cache has 6 features without comments.