Skip to main content

Crate adze_common_syntax_core

Crate adze_common_syntax_core 

Source
Expand description

Shared syntax helpers for parsing macro/tool attributes.

Structs§

FieldThenParams
Field declaration followed by optional parameters.
NameValueExpr
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::WithLeaf unless they are in the skip set.