#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

#1177 in Rust patterns

Download history 132/week @ 2024-08-01 82/week @ 2024-08-08 18/week @ 2024-09-12 181/week @ 2024-09-19 29/week @ 2024-09-26 8/week @ 2024-10-03

236 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