rfdonnelly / rust-iterator-adapter-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Rust 100.0%