macro_rules! namespace { ( $namespace:expr, { $( $item:tt $name:tt = $value:expr ; )* } ) => { ... }; }
Helper to create a namespace