mbe (short for Macro By Example) crate contains code for handling
macro_rules macros. It uses TokenTree (from tt package) as the
interface, although it contains some code to bridge SyntaxNodes and
TokenTrees as well!
mbe (short for Macro By Example) crate contains code for handling
macro_rules macros. It uses TokenTree (from tt package) as the
interface, although it contains some code to bridge SyntaxNodes and
TokenTrees as well!