docs.rs failed to build glob-0.0.3
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.
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.
Usage
To use glob
, add this to your Cargo.toml
:
[]
= "https://github.com/rust-lang/glob.git"
And add this to your crate root:
extern crate glob;