whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
146 stars 29 forks source link

Implement DoubleEndedIterator for FileFindIterator #34

Closed danieldg closed 3 years ago

danieldg commented 3 years ago

It is often useful to iterate files in order from highest priority to lowest.

whitequark commented 3 years ago

Thanks!