BurntSushi / walkdir

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

Added categories to Cargo.toml #49

Closed budziq closed 7 years ago

budziq commented 7 years ago

fixes https://github.com/BurntSushi/walkdir/issues/36

KodrAus commented 7 years ago

Are we happy with just the filesystem category? I couldn't really see any others that looked applicable.

budziq commented 7 years ago

I could not find any other sensible category as Operating Systems imho does not fit the bill.

In rust cookbook we have also settled on categorizing walkdir examples under filesystem.

I'll gladly update if anyone has better idea.

BurntSushi commented 7 years ago

Seems fine to me!