Cargo Features

[dependencies]
fixed-cache = { version = "0.1.8", default-features = false, features = ["std", "alloc", "rapidhash", "nightly", "stats"] }
default = std

The std feature is set by default whenever fixed-cache is added without default-features = false somewhere in the dependency tree.

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.