Crate serde_aux

Source
Expand description

§serde-aux

A serde auxiliary library.

Modules§

container_attributes
Contains helpers for the containers.
field_attributes
Contains helpers for the fields.
prelude
Prelude module, contains the most needed helpers from this library.
serde_introspection
Contains helpers for accessing structure metadata (e.g. struct field names when serialized) using serde.

Macros§

StringOrVecToVecParser
Create a parser quickly.
enum_number_declare
This contains both serialization and ser/deserialization of a enum into and from numbers. The reference implementation does not work if your enum has negative values. This enum_number handles this also.