kjgorman / zipWith.rs

A ZipWith Iterator for Rust
MIT License
3 stars 0 forks source link

Backport into Rust stdlib #1

Open mcandre opened 7 years ago

mcandre commented 7 years ago

zipWith is amazingly useful, thank you for posting!

Could we backport this feature into official Rust, so that users can better use iterators and functional programming chaining?

kjgorman commented 7 years ago

Hi @mcandre - I'm very glad you found this crate useful!

I'm not too sure what exactly the process is for landing a change in std is -- I think we'd need to open an issue against rust-lang/rfcs?