Rocket/contrib
messense ae8e9025d2 Eagerly read JSON data for deserialization.
Issue #547 identified a performance issue when serde's 'from_reader' is
used to deserialize incoming data. Using 'from_str' resolves the issue.
This commit swaps a use of 'from_reader' in favor of 'from_str' in
rocket_contrib's 'Json' implementation.

Additionally, this commit ensures that un-deserialized JSON data is
discarded as long as it is within the JSON data limit.

Closes #562.
2018-02-19 02:58:37 -08:00
..
src Eagerly read JSON data for deserialization. 2018-02-19 02:58:37 -08:00
tests Have 'Template::show()' take an '&Rocket'. 2017-12-28 19:57:13 -08:00
Cargo.toml Dynamically increase/decrease log level at launch. 2018-01-29 13:16:04 -08:00