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 whenever unix_str is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std

Affects unix_str::UnixString

unixstring_ascii shrink_to toowned_clone_into