mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-09 03:02:45 +00:00
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. |
||
---|---|---|
.. | ||
complete-decorator.rs | ||
custom-content-type.rs | ||
derive_form.rs | ||
dynamic-paths.rs | ||
empty_form.rs | ||
empty-fn.rs | ||
error-handler.rs | ||
instanced-mounting.rs | ||
issue-1-colliding-names.rs | ||
methods.rs | ||
rank_decorator.rs | ||
refactored_rocket_no_lint_errors.rs | ||
segments.rs | ||
type-alias-lints.rs |