BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.21k stars 106 forks source link

Port from winapi to windows-sys. #162

Closed sunfishcode closed 1 year ago

sunfishcode commented 2 years ago

walkdir just uses the Windows bindings for one thing, and the change is straightforward.

This accompanies https://github.com/BurntSushi/winapi-util/pull/13.

sunfishcode commented 1 year ago

As of https://github.com/BurntSushi/walkdir/pull/177, walkdir no longer directly depends on winapi, so this PR is no longer applicable.