-
Notifications
You must be signed in to change notification settings - Fork 300
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
Allow merging two Extensions
maps
#525
Comments
jplatte
changed the title
Allow merging two
Allow merging two Feb 21, 2022
Extensions
Extensions
maps
Seems like this isn't actually needed for that axum feature. |
We're back to wanting this in axum 😄 |
I'll create a PR for this. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation: tokio-rs/axum#770
Prior art: The anymap crates allows this through
map1.extend(map2.into_raw())
(AFAICT, haven't tested)The text was updated successfully, but these errors were encountered: