Rocket/macros
Sergio Benitez ad08fe1d04 Major changes. FN params are now being used! Woo!
Subset of list of changes:
  * Split up decorator and macro into their own files.
  * Fully parsing the path parameter and verifying against the function's args.
  * Actually calling methods to fetch and convert the request parameters.
  * Actually calling methods to convert the handler's return type.
  * Sketched out more of the Request/Response structures.

Pretty close to having a fully working MVP.
2016-03-14 20:43:52 -07:00
..
src Major changes. FN params are now being used! Woo! 2016-03-14 20:43:52 -07:00
Cargo.toml Rocket is almost operational! `routes!` macro complete. 2016-03-12 10:45:19 -08:00