nemesis
macro_rules! rocket_uri_macro_static_asset { #[get("/")] => { ... }; }
Rocket code generated wrapping URI macro.