Support for matching file paths against Unix shell style patterns.
To use glob
, add this to your Cargo.toml
:
```toml [dependencies.glob]
git = "https://github.com/rust-lang/glob.git" ```
And add this to your crate root:
rust
extern crate glob;