macro_rules! merge { () => { ... }; ($path:expr) => { ... }; ($path:expr, $($options:expr), *) => { ... }; }