Cargo Features
[dependencies]
korhah = { version = "0.1.3", default-features = false, features = ["std", "unsync"] }
- default = std
-
The
std
feature is set by default wheneverkorhah
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ahash, indexmap, and spin
ahash:
Enabling this will enable
AHashMap
andAHashSet
. - unsync
korhah has 3 features without comments.