Expand description
Procedural macros for smart-config.
All macros in this crate are re-exported from the smart-config crate. See its docs for more details
and the examples of usage.
Derive Macrosยง
- Describe
Config - Derives the
DescribeConfigtrait for a type. Typically used together withDeserializeConfigto generate a fully deserializable, self-descriptive configuration. - Deserialize
Config - Derives the
DeserializeConfigtrait for a type. Typically used together withDescribeConfigto generate a fully deserializable, self-descriptive configuration. - Example
Config - Derives the
ExampleConfigtrait for a type. This allows to provide an example for all config parameters.