macro_rules! names { ( ) => { ... }; ( $name:literal ) => { ... }; ( $name:literal, $( $rest:tt ),* ) => { ... }; }