Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rocket IntoParams and generalize ext args #226

Merged
merged 7 commits into from
Jul 24, 2022

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Jul 23, 2022

Add Rocket IntoParams implementation for FromForm trait and refactor
Rocket extensions.

Refactor all extension modules to use general TypeTree type for
arguments and generalize implementations. Clean up the extension
implementations and deprecate ComponentPart type in favor of new
TypeTree type which handles maps and tuples correctly. Further PR:s
should address moving to the new TypeTree.

Implements #222

@juhaku juhaku linked an issue Jul 23, 2022 that may be closed by this pull request
@juhaku juhaku force-pushed the feature-from-form-rocket branch from 32770a9 to bc5fef2 Compare July 23, 2022 19:40
Add Rocket IntoParams implementation for `FromForm` trait and refactor
Rocket extensions.

Refactor all extension modules to use general `TypeTree` type for
arguments and generalize implementations. Clean up the extension
implementations and deprecate `ComponentPart` type in favor of new
`TypeTree` type which handles maps and tuples correctly. Further PR:s
should address moving to the new `TypeTree`.
@juhaku juhaku force-pushed the feature-from-form-rocket branch 2 times, most recently from 008baa2 to 42094e0 Compare July 24, 2022 09:18
@juhaku juhaku force-pushed the feature-from-form-rocket branch from 42094e0 to 7925f0e Compare July 24, 2022 09:45
@juhaku juhaku merged commit 74ed3bd into master Jul 24, 2022
@juhaku juhaku deleted the feature-from-form-rocket branch July 24, 2022 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

Rocket FromForm support with IntoParams and refactoring ext arguments
1 participant