Expand description
Support for deserializing configuration via serde
Macros
Structs
- Serde deserializer used to convert config values to a target type using
Config::get. - A deserializer which takes two values and deserializes into a tuple of those two values. This is similar to types like
StrDeserializerin upstream serde itself. - This is a deserializer that deserializes into a
Value<T>for configuration.
Enums
- KeyKind 🔒