Crate salvo_serde_util

Source
Expand description

Provides serde related features parsing serde attributes from types.

Read more: https://salvo.rs

Structs§

SerdeContainer
Attributes defined within a #[serde(...)] container attribute.
SerdeValue
Value type of a #[serde(...)] attribute.

Enums§

RenameRule
The different possible ways to change case of fields in a struct, or variants in an enum.
SerdeEnumRepr
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.