Walk the filesystem
Recipe | Crates | Categories |
---|---|---|
Walk the filesystem while respecting ignore files |
Walk the filesystem while respecting ignore files
ignore
is a library for efficiently matching ignore files such as .gitignore
against file paths.
Recursive filesystem walking that respects ignore files (like .gitignore)
fn main() { todo!(); }
[ignore: write (P1)](https://github.com/john-cd/rust_howto/issues/360)