Cargo Features
[dependencies]
str_array = { version = "1.1.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
stdfeature is set by default wheneverstr_arrayis added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
StrArray has 3 features without comments.