more-itertools 0.1.6

A rust implementation of python more-itertools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod sort_together;

pub mod interleave;

pub mod interleave_longest;

pub mod zip_offset;

pub mod zip_equal;

pub mod roundrobin;

pub mod prepend;

pub mod dotproduct;