more-itertools 0.1.6

A rust implementation of python more-itertools
Documentation
1
2
3
4
5
6
7
pub mod windowed;
pub mod sliding_window;
pub mod substrings;
pub mod substrings_indexes;
pub mod windowed_complete;
pub mod pairwise;
pub mod triplewise;