Cargo Features
[dependencies]
unescape_zero_copy = { version = "2.2.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverunescape_zero_copy
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
unescape_zero_copy::unescape
,unescape_zero_copy::unescape_default
… - alloc
-
Affects
unescape_zero_copy::unescape
,unescape_zero_copy::unescape_default
…