[go: up one dir, main page]

glob 0.1.0

Support for matching file paths against Unix shell style patterns.
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "glob"
version = "0.1.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/glob"
repository = "https://github.com/rust-lang/glob"
description = """
Support for matching file paths against Unix shell style patterns.
"""