Expand description
This defines a few types showcasing various features of the Facet derive macro.
Structs§
- Kitchen
Sink Struct - A struct demonstrating various field types and attributes.
- Point
- A simple point struct, also deriving Facet.
Enums§
- Kitchen
Sink Enum - An enum demonstrating different variant types and attributes.
- SubEnum
- A sub-enum used within
KitchenSinkEnum.