Skip to content

Instantly share code, notes, and snippets.

@ChrisBuchholz
Last active August 29, 2015 14:25
Show Gist options
  • Save ChrisBuchholz/23138c27ad3eec3d526a to your computer and use it in GitHub Desktop.
Save ChrisBuchholz/23138c27ad3eec3d526a to your computer and use it in GitHub Desktop.
mod routes;
fn main() {
let routes = routes::all();
for r in routes {
println!("{}", n);
}
}
route!(GET /a {
"a"
})
route!(GET /b {
"b"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment