v0.20.4
- Accept bare paths in
#[darling(default = ...)]
#258 - Add
FromMeta
impl forPathBuf
#259 - Improve
FromMeta
implementation for enums #260- Properly implement unit arms in
FromMeta::from_list
to provide a consistent API for heterogeneous enums that include a mix of unit, newtype and struct variants - Add
#[darling(word)]
attribute for unit enum variants (See #63 for details)
- Properly implement unit arms in