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

Need from_iter implementation from Iterator of Vec<V> #47

Closed
AATruttse opened this issue Dec 15, 2023 · 6 comments · Fixed by #48
Closed

Need from_iter implementation from Iterator of Vec<V> #47

AATruttse opened this issue Dec 15, 2023 · 6 comments · Fixed by #48

Comments

@AATruttse
Copy link

Need from_iter implementation from Iterator of Vec to construct multimap from iterator of Vec - for example, for collecting multimap from iterator of Vec filtered from other multimap.

I already wrote it. How can I propose to contribute this code?

@havarnov
Copy link
Owner

Open a PR?

@AATruttse
Copy link
Author

Open a PR?

Done!
#48

@AATruttse
Copy link
Author

Thank you very much, fixed this fmt errors!

@havarnov havarnov linked a pull request Jan 15, 2024 that will close this issue
@havarnov
Copy link
Owner

Thank you! Release in version 0.10.0 https://crates.io/crates/multimap

@SamirTalwar
Copy link

Heya, v0.10.0 doesn't seem to have made it into the changelog or Cargo.toml in this repository (though they do seem to be there in the source referenced by docs.rs). Are there any plans to push?

@havarnov
Copy link
Owner

Sry, pushed the changes now! Probably a reminder that I should push to crates.io from githib actions :| 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants