app 0.3.1

A easy-to-use command-line-parser.
Documentation

App-rs

A easy-to-use command-line-parser written for Rust.

Usage

Cargo.toml

    [dependencies]  
    app = "^0.3.1" 

Or

    [dependencies]  
    app = { git = "https://github.com/biluohc/app-rs",branch = "master", version = "^0.3.1" }

Documentation

  • Visit Docs.rs
    or
  • Run cargo doc --open after modified the toml file.

Examples

    git clone https://github.com/biluohc/app-rs
    cd app-rs
    cargo run --example fht2p --release
    git clone https://github.com/biluohc/zipcs
    cd zipcs
    cargo run --release