macro_rules! using { ( $( $name:ident , )* ) => { ... }; ( $( $directory:ident / { $( $name:ident ),* }; )* ) => { ... }; }