sreedevk / deduplicator

Filter, Sort & Delete Duplicate Files Recursively
MIT License
264 stars 15 forks source link

refactor: use globwalk builder pattern #41

Closed beeb closed 1 year ago

beeb commented 1 year ago

I took the chance to remove some back and forth between OsStr, &str and PathBuf and return an iterator from the new get_glob_walker method.

sreedevk commented 1 year ago

:shipit: this is awesome @beeb Thank you!