Rocket/lib
Sergio Benitez f5ec470a7d Use the `RawStr` type for raw parameter strings.
This is a breaking change.

The `&str` type no longer implements `FromParam`. The `&RawStr` type
should be used in its place.
2017-03-31 00:18:58 -07:00
..
src Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
tests Ensure routes with and without query params don't collide. 2017-02-05 01:43:53 -08:00
Cargo.toml New version: 0.2.4. 2017-03-30 19:56:12 -07:00
build.rs Use ansi_term::Color, not Colour. 2017-03-08 15:08:13 -08:00