Rocket/core/lib/src/serde
Sergio Benitez cc0621626b Prefix 'content' responder names with 'Raw'.
The primary aim of this commit is to reduce confusion between
'content::Json' and 'rocket::serde::json::Json' be renaming the former
to 'content::RawJson'. The complete changes in this PR are:

  * All responders in the 'content' module are prefixed with 'Raw'.
  * The 'content::Custom' responder was removed entirely.
  * The 'Plain' responder is now 'RawText'.
  * The 'content' API docs point to the 'serde' responders.
  * The docs and examples were updated accordingly.
2021-07-20 02:09:11 -07:00
..
json.rs Prefix 'content' responder names with 'Raw'. 2021-07-20 02:09:11 -07:00
mod.rs Graduate contrib 'uuid' into core. 2021-05-22 11:01:00 -07:00
msgpack.rs Prefix 'content' responder names with 'Raw'. 2021-07-20 02:09:11 -07:00
uuid.rs New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00