#iterator #consuming #iterating #data #referenced #traits

iter_ref

Traits for iterating over referenced data without consuming the iterator

1 unstable release

0.1.1 Aug 7, 2024
0.1.0 Aug 7, 2024

#1138 in Rust patterns

Download history 188/week @ 2024-08-02 26/week @ 2024-08-09

214 downloads per month

MIT/Apache

3KB

Traits for iterating over referenced data without consuming the iterator.

I was tired of the iter() function not being a trait. So I made it one!

No runtime deps