Rocket/examples/form_kitchen_sink
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
static Remove the unnecessary hidden field in kitchen sink example. 2017-02-03 18:56:05 -08:00
Cargo.toml Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00