windows-rs
windows-rs copied to clipboard
Suggest: windows-registry can support values' reverse iter
Suggestion
I notced the ValueIterator only implements next(). Sometimes, I need to reverse iter the value name. Maybe you can implements rev() that in the Iterator trait to complete it.