Expand description
OrdoFP Macros
The custom derives (Universalis, NominataUniversalis) and procedural
macros (path!, path_type!) for OrdoFP.
Links:
Macros§
- path
- Build a Universalis path that can be used for traversals
- path_
type - Build the type of a Universalis path, for use in type position
(where
path!builds the value).
Derive Macros§
- Nominata
Universalis - Derives a Universalis instance based on Field +
HListfor a given Struct (Tuple Structs not supported because they have no labels) - Universalis
- Derives a Universalis instance based on
HListfor a given Struct or Tuple Struct