Collection of general purpose tools to iterate. Currently it simply reexport itertools.
``` rust test use iter_tools::*;
```
shell
cargo add iter_tools
shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/iter_tools_trivial
cargo run