Cargo Features
[dependencies]
mut-str = { version = "1.1.0-alpha.2", default-features = false, features = ["std", "alloc", "nightly"] }
- default = std
-
The
std
feature is set by default whenevermut-str
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- nightly
mut-str has 4 features without comments.