Skip to main content

Module with

Module with 

Source
๐Ÿ‘ŽDeprecated since 0.0.13:

serde_yml is unmaintained. Migrate to a maintained alternative (noyalib, serde-saphyr, or yaml-rust2). See MIGRATION.md.

Expand description

Serde #[serde(with = "...")] helpers. Re-exported from [noyalib::compat::serde_yaml::with].

Modulesยง

nested_singleton_map
Recursively serialize enums as single-entry maps.
singleton_map
Serialize enums as single-entry maps.
singleton_map_optional
Serialize optional enums as single-entry maps.
singleton_map_recursive
Recursively serialize enums as single-entry maps.
singleton_map_with
Serialize enums as single-entry maps with custom key transformation.