Expand description
serde-aux
A serde auxiliary library.
Modules
- Contains helpers for the containers.
- Contains helpers for the fields.
- Prelude module, contains the most needed helpers from this library.
- Contains helpers for accessing structure metadata (e.g. struct field names when serialized) using serde.
Macros
- Create a parser quickly.
- 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.