stepper-0.1.0 has been yanked.
Stepper
Rust library for range iterators that step by values other than one. Designed to
be used until std::iter::StepBy
becomes stable.
Example
extern crate stepper;
use Stepper;
Numerical Types
Currently only supports i64
. If you want to use Stepper with some other numerical type, open an issue and I'll implement it when I get a chance.