macro_rules! weblab_main {
    (self, $($args: expr),*) => { ... };
    (self) => { ... };
    ($root_module: path, $($args: expr),*) => { ... };
    ($root_module: path) => { ... };
}