iter_tools 0.50.0

Collection of general purpose tools to iterate. Currently it simply reexports itertools.
Documentation
1
2
3
4
5
6
7
8
#![allow(missing_docs)]

use iter_tools as the_module;
#[ allow( unused_imports ) ]
use test_tools::exposed::*;

#[ allow( missing_docs ) ]
pub mod inc;