Macro catalyzer::catalyze

macro_rules! catalyze {
    [$($routes:ident)+] => { ... };
}
Expand description

Allows for simplistic creation of web applications.