-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
Open a PR? |
Done! |
Thank you very much, fixed this fmt errors! |
Thank you! Release in version 0.10.0 https://crates.io/crates/multimap |
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? |
Sry, pushed the changes now! Probably a reminder that I should push to crates.io from githib actions :| |
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?
The text was updated successfully, but these errors were encountered: