Rocket/core/lib
Sergio Benitez 6a3d1ac1d5 Fix 'UriDisplay<Query>' 'Json', 'MsgPack', impls.
As 'FromForm' doesn't provide access to the raw, undecoded string,
'MsgPack' cannot implement 'FromForm::from_value()'. This means that it
is not presently possible to parse a MessagePack form from a query
string. As such, the 'UriDisplay<Query>' implementation was removed.

The 'UriDisplay<Query>' for JSON was fixed such that a round-trip of a
'Json<T>' as a form works as expected.
2021-06-30 06:46:03 -07:00
..
fuzz Fuzz URI parsing and display. 2021-06-06 21:52:44 -07:00
src Fix 'UriDisplay<Query>' 'Json', 'MsgPack', impls. 2021-06-30 06:46:03 -07:00
tests Ensure launch occurs with minimal ciphersuites. 2021-06-29 11:27:54 -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