BurntSushi / walkdir

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

Add build badges to Cargo.toml #35

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Relevant API Guideline

Add build badges for tier 1 platforms to Cargo.toml. See the [badges] section here for an example of what they might look like.

KodrAus commented 7 years ago

I'm not sure if this means we should add CI for OSX to Travis. This crate is doing IO stuff, but I'm not sure how practically different the filesystems are on OSX and Linux.