Cargo Features
[dependencies]
toad-string = { version = "1.0.0-beta.3", default-features = false, features = ["std", "alloc", "test"] }
- default = std
-
The
std
feature is set by default whenevertoad-string
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of toad-array ^0.2.3, toad-len, and toad-writable
- alloc std
-
Enables alloc of toad-array ^0.2.3, toad-len, and toad-writable
- docs test
toad-string has 4 features without comments.