Rocket/core/lib
Sergio Benitez 793f421712 Support type generics, unit structs in 'FromForm'.
The 'FromFrom' derive now allows type generics in all positions using
the same automatic discovery technique as with 'Responder'. (In fact,
the technique was created for this derive.) Furthermore, 'FromForm' can
now be derived for unit structs.

Also adds a new 'try_with' form field validator.

Resolves #1695.
2021-06-29 03:37:52 -07:00
..
fuzz Fuzz URI parsing and display. 2021-06-06 21:52:44 -07:00
src Support type generics, unit structs in 'FromForm'. 2021-06-29 03:37:52 -07:00
tests Fix wording in 'config' docs. 2021-06-26 17:11:53 -07:00
build.rs Update minimum rustc to 1.46. 2020-10-21 19:56:12 -07:00
Cargo.toml Use 'RelativePathBuf' as 'Config.temp_dir' type. 2021-06-25 11:42:49 -07:00