gitwrap

Macro merge

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