Cargo Features
serde_at has no features set by default.
[dependencies]
serde_at = { version = "0.23.0", features = ["std", "alloc", "hex_str_arrays", "heapless"] }
- std
- alloc
-
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 ^0.3.0
Affects
de::length_delimited
,ser::to_string
,ser::to_vec
…