interleave 1.0.1

An arbitrary iterator interleaver for exhaustive consumption of iterators. Each iterator is guaranteed to be no more than a single next call behind any other iterator.
Documentation
1
2
3
4
5
6
all:
	cargo test
fmto:
	cargo fmt -- --write-mode overwrite
clip:
	cargo build --features dev