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 whenever toad-msg is added without default-features = false somewhere in the dependency tree.

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