Skip to main content

Crate frunk_derives

Crate frunk_derives 

Source
Expand description

Frunk Derives

This library holds logic for the nice custom derives in Frunk.

Links:

  1. Source on Github
  2. Crates.io page

Derive Macrosยง

Generic
Derives a Generic instance based on HList for structs and Coproducts of payload HLists for enums.
LabelledGeneric
Derives a Generic instance based on Field + HList for a given Struct (Tuple Structs not supported because they have no labels)