Expand description
Contains helpers for accessing structure metadata (e.g. struct field names when serialized) using serde.
Functionsยง
- get_
default_ serde_ record - Get the default record for a struct implementing the
serde::Deserialize
trait. - serde_
introspect - Gets the serialization names for structs and enums.