structopt 0.2.0

Parse command line argument by defining a struct.
Documentation
Build #85544 2018-02-10 20:02:35

# rustc version rustc 1.22.0-dev (b1cfd1750 2017-09-21)

# docs.rs version cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading structopt v0.2.0 Fresh bitflags v1.0.1 Fresh strsim v0.7.0 Fresh unicode-width v0.1.4 Fresh ansi_term v0.10.2 Fresh unicode-xid v0.1.0 Fresh vec_map v0.8.0 Fresh libc v0.2.36 Fresh proc-macro2 v0.2.2 Fresh textwrap v0.9.0 Fresh atty v0.2.6 Fresh quote v0.4.2 Fresh clap v2.29.4 Fresh syn v0.12.12 Compiling structopt-derive v0.2.0 Running `rustc --crate-name structopt_derive .cargo/registry/src/github.com-1ecc6299db9ec823/structopt-derive-0.2.0/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=3ebfb8e94ce44d1f -C extra-filename=-3ebfb8e94ce44d1f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-6318d3692f8c666e.rlib --extern-version syn=syn,0.12.12 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-baf10c85fb0e402d.rlib --extern-version proc_macro2=proc-macro2,0.2.2 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-236f9e948268b14f.rlib --extern-version quote=quote,0.4.2 --cap-lints allow` Documenting structopt v0.2.0 Running `rustdoc --crate-name structopt .cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="clap"' --cfg 'feature="default"' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern structopt_derive=/home/cratesfyi/cratesfyi/debug/deps/libstructopt_derive-3ebfb8e94ce44d1f.so --extern-version structopt_derive=structopt-derive,0.2.0 --extern clap=/home/cratesfyi/cratesfyi/debug/deps/libclap-94ecbc6a0dd991b4.rlib --extern-version clap=clap,2.29.4` Finished dev [unoptimized + debuginfo] target(s) in 3.92 secs