Cargo Features
[dependencies]
generic-str = { version = "0.3.1", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default whenevergeneric-str
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of cl-generic-vec ^0.3.3
- alloc std
-
Enables alloc of cl-generic-vec ^0.3.3
Affects
owned_utf32::String32
,owned_utf8::String
…