Rocket/core/codegen/tests
Sergio Benitez c45a83897f Allow several 'field' attributes in all derives.
In particular, 'FromFormField' and 'UriDisplayQuery' now allow any
number of form 'field' attributes. For the former, multiple 'value's are
allowed, all of which are used to match against incoming fields - any
match wins. For the latter, multiple 'name' and 'value's are allowed;
the first of each is used to render the query value.

Additionally, 'UriDisplayQuery' can now be derived for C-like enums.
This brings the derive to parity with 'FromFormValue' and allows their
unified application on C-like enums.

Resolves #843.
2021-04-07 23:09:05 -07:00
..
ui-fail Allow several 'field' attributes in all derives. 2021-04-07 23:09:05 -07:00
ui-fail-nightly Allow several 'field' attributes in all derives. 2021-04-07 23:09:05 -07:00
ui-fail-stable Allow several 'field' attributes in all derives. 2021-04-07 23:09:05 -07:00
async-entry.rs Allow return type of '#[launch]' fn to be elided. 2020-10-12 22:32:02 -07:00
async-routes.rs Remove use of stable 'proc_macro_hygiene' feature. 2020-07-11 10:48:08 -07:00
expansion.rs Test 'secret_key' validation, now on pre-launch. 2021-03-09 21:57:26 -08:00
from_form.rs Make 'FileName' a DST. Improve sanitization. 2021-04-03 17:09:00 -07:00
from_form_field.rs Allow several 'field' attributes in all derives. 2021-04-07 23:09:05 -07:00
responder.rs Test 'secret_key' validation, now on pre-launch. 2021-03-09 21:57:26 -08:00
route-data.rs Test 'secret_key' validation, now on pre-launch. 2021-03-09 21:57:26 -08:00
route-format.rs Test 'secret_key' validation, now on pre-launch. 2021-03-09 21:57:26 -08:00
route-ranking.rs Introduce scoped catchers. 2021-03-28 13:57:33 -07:00
route-raw.rs Introduce scoped catchers. 2021-03-28 13:57:33 -07:00
route.rs Test 'secret_key' validation, now on pre-launch. 2021-03-09 21:57:26 -08:00
segment-ignore.rs Test 'secret_key' validation, now on pre-launch. 2021-03-09 21:57:26 -08:00
typed-uris.rs Revamp codegen, fixing inconscpicuous bugs. 2021-03-04 02:01:25 -08:00
ui-fail.rs Implement codegen testing on stable. 2020-07-21 15:11:07 -07:00
uri_display.rs Allow several 'field' attributes in all derives. 2021-04-07 23:09:05 -07:00