Cargo Features
[dependencies]
unix_str = { version = "1.0.0", default-features = false, features = ["std", "alloc", "toowned_clone_into"] }
- default = std
-
The
std
feature is set by default wheneverunix_str
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
unix_str::UnixString
… - unixstring_ascii shrink_to toowned_clone_into