Crate macroex_extras

Source
Expand description

Additional “fun” extractors for macroex.

Structs§

Angle
Parses an angle.
Rgba
Parses an RGBA Color.

Enums§

MaybeExpr
This replaces the idiom Option<Either<CurlyBraced<TokenStream>, T>> commonly used in parsing contents that may be expressions.
ValueOrExpr