glob 0.2.2

Support for matching file paths against Unix shell style patterns.
docs.rs failed to build glob-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: glob-0.3.1

glob

Support for matching file paths against Unix shell style patterns.

Build Status

Documentation

Usage

To use glob, add this to your Cargo.toml:

[dependencies]
glob = "*"

And add this to your crate root:

extern crate glob;