Module deser

Module deser 

Source
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§

PermissiveBool
Permissively deserializes a boolean.

Functions§

empty_string_as_none
Deserializes an optional string field, returning None if a string is found but is empty.