Cargo Features

[dependencies]
anymap3 = { version = "1.0.1", default-features = false, features = ["std", "hashbrown"] }
default = std

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

std default

Features from optional dependencies

hashbrown implicit feature

Enables hashbrown

The hashbrown feature, disabled by default, is exposed under different stability guarantees than the usual SemVer ones: by preference the version range will only be extended, but it may be shrunk in a MINOR release. See README.md.

Affects anymap3::hashbrown