Crate oysterpack_macros

Crate oysterpack_macros 

Source
Expand description

Provides a one stop shop for OysterPack macros.

§New Type Pattern

§Macro Building Blocks

§AST Coercion

Macros§

op_newtype
Defines a new type for the specified type.
op_tt_as_expr
Used to coerce tt tokens into an expr
op_tt_as_item
Used to coerce a tt tokens into an item
op_tt_as_pat
Used to coerce a tt tokens into a pat
op_tt_as_stmt
Used to coerce a tt tokens into a stmt