Rocket/lib
Sergio Benitez 0c44e44641 Use the RawStr type for all form raw strings.
This is a breaking change.

This commit introduces `RawStr` to forms. In particular, after this
commit, the `&str` type no longer implements `FromFormValue`, and so it
cannot be used as a field in forms. Instad, the `&RawStr` can be used.

The `FormItems` iterator now returns an `(&RawStr, &RawStr)` pair.
2017-03-30 23:06:53 -07:00
..
src Use the RawStr type for all form raw strings. 2017-03-30 23:06:53 -07:00
tests Ensure routes with and without query params don't collide. 2017-02-05 01:43:53 -08:00
build.rs Use ansi_term::Color, not Colour. 2017-03-08 15:08:13 -08:00
Cargo.toml New version: 0.2.4. 2017-03-30 19:56:12 -07:00