Expand description
Provides serde related features parsing serde attributes from types.
Read more: https://salvo.rs
Structs§
- Serde
Container - Attributes defined within a
#[serde(...)]
container attribute. - Serde
Value - Value type of a
#[serde(...)]
attribute.
Enums§
- Rename
Rule - The different possible ways to change case of fields in a struct, or variants in an enum.
- Serde
Enum Repr - The Serde Enum representation being used
The default case (when no serde attributes are present) is
ExternallyTagged
.
Functions§
- parse_
container - Parse container.
- parse_
value - Parse value.