mirror of
https://gitee.com/openharmony/third_party_rust_glob
synced 2024-11-23 15:40:13 +00:00
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
glob
Support for matching file paths against Unix shell style patterns.
Usage
To use glob
, add this to your Cargo.toml
:
[dependencies]
glob = "0.2"
And add this to your crate root:
extern crate glob;