Expand description
Deserialization helpers.
This module provides various helpers for handling the deserialization of common data types in more flexible and
permissive ways. These helpers are designed to be used with the serde_with crate.
Structs§
- Permissive
Bool - Permissively deserializes a boolean.
Functions§
- empty_
string_ as_ none - Deserializes an optional string field, returning
Noneif a string is found but is empty.