项目作者: rfdonnelly
项目描述 :
高级语言: Rust
项目地址: git://github.com/rfdonnelly/rust-iterator-adapter-example.git
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.