Rust Iterator Adapter Example

This repository provides an iterator adapter example for Rust.

The example adds a repeat(n) function to all iterators that repeats items n times.