[go: up one dir, main page]

docopt 1.0.0

Command line argument parsing.
Documentation
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
  - 1.20.0
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc