#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

#1334 in Rust patterns

Download history 214/week @ 2024-08-06 13/week @ 2024-09-10 172/week @ 2024-09-17 30/week @ 2024-09-24 20/week @ 2024-10-01 1/week @ 2024-10-08

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