Cargo Features
[dependencies]
unix_path = { version = "1.0.1", default-features = false, features = ["std", "alloc", "shrink_to", "serde"] }
- default = std
-
The
std
feature is set by default wheneverunix_path
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
unix_path::PathBuf
… - shrink_to