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

iter_ref

Traits for iterating over referenced data without consuming the iterator

2 unstable releases

0.2.0 Sep 21, 2024
0.1.1 Aug 7, 2024
0.1.0 Aug 7, 2024

#1873 in Rust patterns

Download history 14/week @ 2024-12-05 13/week @ 2024-12-12

164 downloads per month

MIT/Apache

4KB

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