Cargo Features
[dependencies]
str-intern = { version = "0.0.2", default-features = false, features = ["global"] }
- default = global
-
The
global
feature is set by default wheneverstr-intern
is added without
somewhere in the dependency tree.default-features = false - global default
-
Affects
sync::GlobalInterner
,sync::intern
,sync::InternExt
…