zip-longest 0.1.7

Take two iterators and yield pairs until both are exhausted.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "zip-longest"
version = "0.1.7"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT"
repository = "https://github.com/SimonSapin/rust-std-candidates"
description = "Take two iterators and yield pairs until both are exhausted."

[lib]
name = "zip_longest"
path = "lib.rs"
doctest = false