iterstats
Statistics for rust iterators.
The api was inspired by itertools.
Example
// import the `Iterstats` trait & the traits belonging to whatever calculations you need
// into scope so you get access to the methods
// (alternatively just do `use iterstats::*;` to get everything)
use ;