Expand description
Shared utility entrypoint for macro and tool parsing behavior.
Structs§
- Field
Then Params - Field declaration followed by optional parameters.
- Name
Value Expr - Name-value expression for attribute parameters.
Functions§
- filter_
inner_ type - Remove configured container wrappers from a type.
- try_
extract_ inner_ type - Extract the innermost generic argument from a container type.
- wrap_
leaf_ type - Wrap leaf types in
adze::WithLeafunless they are in the skip set.