Skip to main content

Crate ordofp_macros

Crate ordofp_macros 

Source
Expand description

OrdoFP Macros

The custom derives (Universalis, NominataUniversalis) and procedural macros (path!, path_type!) for OrdoFP.

Links:

  1. Source on Github
  2. Crates.io page

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§

NominataUniversalis
Derives a Universalis instance based on Field + HList for a given Struct (Tuple Structs not supported because they have no labels)
Universalis
Derives a Universalis instance based on HList for a given Struct or Tuple Struct