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
- 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
- Settings
Badly Nested - NB: assumes that the child struct and the field containing it on parent are named the same (with adjustment for casing).
- VecFields
From VecStr - WrapNew