Rocket/contrib
messense 6b608797a2 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-25 19:47:53 -08:00
..
src Eagerly read JSON data for deserialization. 2018-02-25 19:47:53 -08:00
tests Remove unused 'extern crate's. 2017-09-25 20:32:42 -07:00
Cargo.toml Update 'handlebars' to 0.28. 2018-01-13 10:58:11 -08:00