Cargo Features
[dependencies]
into_string = { version = "2.0.0", default-features = false, features = ["std", "max"] }
- default = std
-
The
std
feature is set by default wheneverinto_string
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
into_string::IntoOsString
,into_string::IntoPathBuf
… - max
-
Affects
into_string::IntoCowStr
…