Cargo Features

[dependencies]
nohash-hasher = { version = "0.2.0", default-features = false, features = ["std"] }
default = std

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

std default

Affects nohash-hasher::IntMap, nohash-hasher::IntSet