Cargo Features

[dependencies]
itermaps = { version = "0.3.3", default-features = false, features = ["std"] }
default = std

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

std default

Affects itermaps::MapExt.map_to_owned, itermaps::MapExt.map_to_string, short_funcs::to_owned, short_funcs::to_string