Macros§
- graphemics
- returns
Vec<String>of the ways to refer to a struct name - make_df
Derive Macros§
- Compact
Format - cli-like string serialization format, with focus on compactness
- Live
Settings - Derive macro that generates a
LiveSettingsstruct for hot-reloading configuration. RequiresSettingsto be derived on the same struct first. - MyConfig
Primitives - Optional
Fields From VecStr - Put on a struct with optional fields, each of which implements FromStr
- Scream
It - Implements Display and FromStr for variants of an enum, using SCREAMING_SNAKE_CASE
- Settings
- Derive macro for application settings that integrates config files, environment variables, and CLI flags.
- Settings
Badly Nested Deprecated - Settings
Badly Nested Nested Deprecated - Settings
Nested - Marks a struct as a nested settings section. Use with
#[settings(flatten)]in parent. - VecFields
From VecStr - WrapNew