Skip to content

v0.20.4

Compare
Choose a tag to compare
@TedDriggs TedDriggs released this 29 Jan 21:50
· 55 commits to master since this release
  • Accept bare paths in #[darling(default = ...)] #258
  • Add FromMeta impl for PathBuf #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)