2 releases

0.1.1 Apr 16, 2023
0.1.0 Apr 16, 2023

#3 in #iterates

Download history 2/week @ 2024-02-19 22/week @ 2024-02-26 28/week @ 2024-04-01 41/week @ 2024-04-15

69 downloads per month

MIT license

3KB
52 lines


A struct that iterates over a Vec<T>, returning each item exactly once and allowing the underlying Vec<T> to be mutated safely, that's it

No runtime deps