Cargo Features
serde_arrays has no features set by default.
[dependencies]
serde_arrays = { version = "0.2.0", features = ["alloc"] }
- 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.
serde_arrays has 1 feature without comment.