Cargo Features
[dependencies]
ref_kind = { version = "0.5.1", default-features = false, features = ["std", "alloc", "hashbrown"] }
- default = std
-
The
std
feature is set by default wheneverref_kind
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- hashbrown
-
Enables hashbrown ^0.14
RefKind has 4 features without comments.