Documentation
1
2
3
4
5
6
7

// #[ cfg( feature = "itertools" ) ]
use iter_tools as TheModule;

// #[ cfg( feature = "itertools" ) ]
#[ path = "./inc.rs" ]
mod iter;