Cargo Features

serde_at has no features set by default.

[dependencies]
serde_at = { version = "0.22.0", features = ["std", "alloc", "hex_str_arrays", "heapless"] }
std
alloc

Enables alloc of serde

serde:

Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.

custom-error-messages hex_str_arrays
heapless

Enables heapless and heapless-bytes

Affects de::length_delimited, ser::to_string, ser::to_vec