Rocket/core/codegen_next/tests
Sergio Benitez ec4cc3a293 Allow transforms in 'FromData'. Add 'FromDataSimple'.
The new 'FromData' trait allows an implementor to instruct the caller to
maintain state on its stack and later pass a borrow for processing.
Among other things, it greatly simplifies the 'Form' type, removing a
use of unsafe, and allows references in deserialized data guards.
2018-09-26 21:33:02 -07:00
..
ui-fail Remove unnecessary 'use rocket::catch'. 2018-09-16 20:52:07 -07:00
compile-test.rs Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
from_form.rs Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00
from_form_value.rs Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
responder.rs Remove 'attr_literals' feature: stabilized. 2018-08-26 19:18:49 -07:00