2 releases

0.1.1 Apr 16, 2023
0.1.0 Apr 16, 2023

#5 in #exactly

24 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