Rocket/examples/todo/src
Sergio Benitez d7f6d82fe4 Implement 'FromForm[Value]', 'Responder' proc-macro derives.
This completes the migration of custom derives to proc-macros, removing
the need for the `custom_derive` feature in consumer code. This commit
also includes documentation, unit tests, and compile UI tests for each
of the derives.

Additionally, this commit improves the existing `FromForm` and
`FromFormValue` derives. The generated code for `FromForm` now returns
an error value indicating the error condition. The `FromFormValue`
derive now accepts a `form` attribute on variants for specifying the
exact value string to match against.

Closes #590.
Closes #670.
2018-08-06 19:58:07 -07:00
..
db.rs Use static path to database file in todo example. 2018-05-29 18:37:14 +02:00
main.rs Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
static_files.rs Return 404 on missing static file in todo example. 2017-04-12 02:58:45 -07:00
task.rs Update docs and examples for diesel 1.0.0-rc1. 2018-01-03 01:38:05 -08:00
tests.rs Fix compatibility warnings and errors in examples. 2018-07-25 09:01:29 -06:00