Rocket/examples/form_kitchen_sink
Sergio Benitez efc511c6dc Add a 'FromFormValue' derive. Start 'codegen_next' crate.
The 'codegen_next' crate will eventually be renamed 'codegen'. It
contains procedural macros written with the upcoming 'proc_macro' APIs,
which will eventually be stabilized. All compiler extensions in the
present 'codegen' crate will be rewritten as procedural macros and moved
to the 'codegen_next' crate.

At present, macros from 'codegen_next' are exported from the core
`rocket` crate automatically. In the future, we may wish to feature-gate
this export to allow using Rocket's core without codegen.

Resolves #16.
2018-04-12 16:07:37 -07:00
..
src Add a 'FromFormValue' derive. Start 'codegen_next' crate. 2018-04-12 16:07:37 -07:00
static Allow form field renaming via #[form(field = "name")] attribute. 2017-04-03 19:06:30 -07:00
Cargo.toml Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00