macro_rules! submodule_helper {
    ($path:expr, submodule) => { ... };
    ($path:expr, submodule = $submodule:literal) => { ... };
}