Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
glob 0.0.1 - Docs.rs
[go: Go Back, main page]

docs.rs failed to build glob-0.0.1
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.2

glob

Support for matching file paths against Unix shell style patterns.

Build Status

Usage

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

[dependencies.glob]

git = "https://github.com/rust-lang/glob.git"

And add this to your crate root:

extern crate glob;