gitwrap

Macro notes

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