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
16
17
pub mod count_cycle;

pub mod intersperse;

pub mod padded;

pub mod mark_ends;

pub mod repeat_each;

pub mod repeat_last;

pub mod adjacent;

pub mod ncycles;

pub mod groupby_transform;