[go: up one dir, main page]

glob 0.0.2

Support for matching file paths against Unix shell style patterns.
1
2
3
4
5
install:
  - curl https://static.rust-lang.org/rustup.sh | sudo sh -
script:
  - cargo build --verbose
  - cargo test --verbose