Rocket/core
Sergio Benitez c74bcfd40a Graduate contrib 'json' and 'msgpack' into core.
This has the following nice benefits:

  * The 'JsonValue' wrapper type is gone.
  * 'Local{Request, Response}' natively support JSON/MessagePack.
  * The 'json' and 'msgpack' limits are officially recognized.
  * Soon, Rocket application will not require an explicit 'serde' dep.

This marks the beginning of the end of 'rocket_contrib'.
2021-05-22 11:01:00 -07:00
..
codegen Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
http Remove use of unsafe in 'parse_owned()'. 2021-05-21 22:58:19 -07:00
lib Graduate contrib 'json' and 'msgpack' into core. 2021-05-22 11:01:00 -07:00