Crate affix_macro

Crate affix_macro 

Source
Expand description

Macros for affixing tokens to groups of other tokens.

The MSRV is Rust 1.31. If this is increased, it will be a major version bump.

See the documentation of each macro for usage details.

Macrosยง

circumfix
suffix! and prefix! in a single operation.
join
Joins segments together.
prefix
Prefixes tokens to groups of other tokens.
prefix_items
Prefixes tokens to items.
suffix
Suffixes tokens to groups of other tokens.