Macro capitan_lib::capitan[][src]

macro_rules! capitan {
    () => { ... };
    (metadata: $i:expr, services: [$($service: ident,)+]) => { ... };
}

helper macro to build highly-available services see README in repo for details