Rocket/core/codegen/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
..
compile-fail Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
ui Reimplement 'catch' attribute as a proc-macro. 2018-09-16 01:32:40 -07:00
compiletest.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
complete-decorator.rs Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00
custom-content-type.rs Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
dynamic-paths.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
empty-fn.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
instanced-mounting.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
issue-1-colliding-names.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
methods.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
rank_decorator.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
refactored_rocket_no_lint_errors.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
segments.rs Move 'SegmentError' into 'uri' module. 2018-08-13 02:14:16 -07:00
type-alias-lints.rs Reimplement 'routes!' and 'catchers!' as proc-macros. 2018-09-16 18:52:23 -07:00
typed-uris.rs Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00