Cargo Features
[dependencies]
intrusive-lru-cache = { version = "0.1.3", default-features = false, features = ["atomic"] }
- default = atomic
-
The
atomic
feature is set by default wheneverintrusive-lru-cache
is added without
somewhere in the dependency tree.default-features = false - atomic default
intrusive-lru-cache has 2 features without comments.