Cargo Features
[dependencies]
toad-msg = { version = "1.0.0-beta.6", default-features = false, features = ["std", "alloc", "test"] }
- default = std
-
The
std
feature is set by default whenevertoad-msg
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of toad-array, toad-cursor, toad-hash, toad-len, and toad-map
Affects
msg::MessageOptions.path_string
… - alloc std
-
Enables alloc of toad-array, toad-cursor, toad-hash, toad-len, and toad-map
Affects
toad-msg::alloc
… - docs test