Cargo Features
[dependencies]
stringz = { version = "0.4.1", default-features = false, features = ["std", "alloc"] }
-
default
=
std
-
The std
feature is set by default
whenever stringz
is added without default-features = false
somewhere in the dependency tree.
-
std
default
-
Enables
std
of
tuplez
Affects
stringz::TypedString.value
…
-
alloc
-
Enables
alloc
of
tuplez
Affects
stringz::TypedString.value
…