mirror of https://github.com/rwf2/Rocket.git
0c44e44641
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. |
||
---|---|---|
.. | ||
src | ||
static | ||
Cargo.toml |