Rocket/core/lib
Sergio Benitez fb3ae9f7db Impl std traits, 'UriDisplay<Query>' for 'Json'.
The 'Json' type now implements:

  * Clone
  * PartialEq
  * Eq
  * PartialOrd
  * Ord
  * Hash
  * UriDisplay<Query>

Method calls that resolve to a method in the set of traits above
previously resolved to the `Deref` target. For example, `foo.clone()`,
where `foo: Json<T>`, previously resolved to `<T as Clone>::clone()` but
now resolves to `<Json<T> as Clone>::clone()`.
2021-06-29 03:31:27 -07:00
..
fuzz Fuzz URI parsing and display. 2021-06-06 21:52:44 -07:00
src Impl std traits, 'UriDisplay<Query>' for 'Json'. 2021-06-29 03:31:27 -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