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§
- String
OrVec ToVec Parser - 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.