Rocket/lib
Sergio Benitez 7b48ca7103 Add optional input for IntoOutcome. Add mapper methods to Outcome.
This is a breaking change to `IntoOutcome`.

The MsgPack and JSON types now use `into_outcome` to generate the final
`Outcome` from their `FromData` implementations.

Resolves #98.
2017-04-18 21:56:21 -07:00
..
benches Add Rocket::routes() method to get all routes. Add some internal benchmarks. 2017-04-05 01:19:33 -07:00
src Add optional input for IntoOutcome. Add mapper methods to Outcome. 2017-04-18 21:56:21 -07:00
tests Add support for configurable size limits. 2017-04-18 00:25:13 -07:00
Cargo.toml New version: 0.2.6. 2017-04-17 16:21:56 -07:00
build.rs Use ansi_term::Color, not Colour. 2017-03-08 15:08:13 -08:00