csv_challenge 0.1.0

《Rust编程之道》随书源码之CSV挑战
Documentation
Build #122652 2018-10-22 01:14:16

# rustc version rustc 1.31.0-nightly (78ff609d7 2018-10-19)

# docs.rs version cratesfyi 0.6.0 (401be1e 2018-10-20)

# build log Updating crates.io index Fresh unicode-xid v0.1.0 Fresh libc v0.2.43 Fresh unicode-width v0.1.5 Fresh strsim v0.7.0 Fresh bitflags v1.0.4 Fresh ansi_term v0.11.0 Fresh vec_map v0.8.1 Fresh atty v0.2.11 Fresh textwrap v0.10.0 Fresh proc-macro2 v0.4.20 Fresh clap v2.32.0 Fresh quote v0.6.8 Fresh syn v0.15.13 Compiling structopt-derive v0.2.12 Running `rustc --crate-name structopt_derive /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-derive-0.2.12/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=cf0013ecfc4b79be -C extra-filename=-cf0013ecfc4b79be --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-faa26a05800113d3.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-3b5dbc0fca83db0c.rlib --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-9bec3df2c1fb6e44.rlib --cap-lints allow` Checking structopt v0.2.12 Running `rustc --crate-name structopt /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-0.2.12/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="clap"' --cfg 'feature="default"' -C metadata=c834b390c8b51aa3 -C extra-filename=-c834b390c8b51aa3 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern clap=/home/cratesfyi/cratesfyi/debug/deps/libclap-0c3bb23f346ffe6f.rmeta --extern structopt_derive=/home/cratesfyi/cratesfyi/debug/deps/libstructopt_derive-cf0013ecfc4b79be.so --cap-lints allow` Documenting csv_challenge v0.1.0 Running `rustdoc --edition=2018 --crate-name csv_challenge /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/csv_challenge-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url 'structopt_derive=https://docs.rs/structopt-derive/0.2.12' --extern-html-root-url 'structopt=https://docs.rs/structopt/0.2.12' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern structopt=/home/cratesfyi/cratesfyi/debug/deps/libstructopt-c834b390c8b51aa3.rmeta --extern structopt_derive=/home/cratesfyi/cratesfyi/debug/deps/libstructopt_derive-cf0013ecfc4b79be.so` Finished dev [unoptimized + debuginfo] target(s) in 3.68s