Cargo Features

[dependencies]
korhah = { version = "0.1.3", default-features = false, features = ["std", "unsync"] }
default = std

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

std default

Enables std of ahash, indexmap, and spin

ahash:

Enabling this will enable AHashMap and AHashSet.

unsync

korhah has 3 features without comments.