BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.24k stars 107 forks source link

Add an option to stay on the same filesystem #8

Closed lnicola closed 6 years ago

lnicola commented 8 years ago

On Unix this could be implemented with the dev() function of Metadata on Unix and dwVolumeSerialNumber on Windows.

mckaymatt commented 7 years ago

I can take this one.

BurntSushi commented 7 years ago

@mckaymatt Go for it! Thanks!

mckaymatt commented 6 years ago

I actually haven't forgotten about this. I have something that works and just need to clean it up into a commit.