Rollercoaster
This crate adds extra iterators, with extension methods so you can access them from any type implementing Iterator.
Usage
Add Rollercoaster to your Cargo.toml
[]
= "0.0.2"
Import the trait into your module
use Rollercoaster;
Contributing
Please create a github issue if you run into any problems.