Go to file
2016-10-11 19:46:22 +02:00
src Touch up some line limits 2016-06-27 09:18:53 -07:00
tests can't infer type of empty vec 2016-01-23 10:56:55 -05:00
.gitignore Initial commit. 2014-08-22 15:24:47 -07:00
.travis.yml Move travis from 1.0.0 -> stable 2016-03-06 10:45:28 -08:00
Cargo.toml Bump to 0.2.11 2016-03-06 10:45:53 -08:00
LICENSE-APACHE Initial commit. 2014-08-22 15:24:47 -07:00
LICENSE-MIT Initial commit. 2014-08-22 15:24:47 -07:00
README.md switch from wildcard version to semver-minor 2016-10-11 19:46:22 +02:00

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 = "0.2"

And add this to your crate root:

extern crate glob;