derive_builder 0.7.0

Rust macro to automatically implement the builder pattern for arbitrary structs.
Documentation
Build #123271 2018-10-23T15:15:03.030585+00:00
# 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
Downloading crates ...
Downloaded derive_builder v0.7.0
Fresh unicode-xid v0.1.0
Fresh fnv v1.0.6
Fresh ident_case v1.0.0
Compiling derive_builder v0.7.0
Fresh proc-macro2 v0.4.20
Running `rustc --crate-name build_script_mod /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_builder-0.7.0/build/mod.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=a24616c8b6dced9f -C extra-filename=-a24616c8b6dced9f --out-dir /home/cratesfyi/cratesfyi/debug/build/derive_builder-a24616c8b6dced9f -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh quote v0.6.8
Fresh syn v0.15.13
Fresh darling_core v0.8.0
Fresh darling_macro v0.8.0
Fresh darling v0.8.0
Checking derive_builder_core v0.4.0
Running `rustc --crate-name derive_builder_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_builder_core-0.4.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=03e9f91122f9017b -C extra-filename=-03e9f91122f9017b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern darling=/home/cratesfyi/cratesfyi/debug/deps/libdarling-e9635bfcad2ff6d1.rmeta --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-6ad5a598f58972e9.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-b05b5289cf908e4e.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-66b23d8efc3d2792.rmeta --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/derive_builder-a24616c8b6dced9f/build-script-mod`
Documenting derive_builder v0.7.0
Running `rustdoc --crate-name derive_builder /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/derive_builder-0.7.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 'quote=https://docs.rs/quote/0.6.8' --extern-html-root-url 'env_logger=https://docs.rs/env_logger/0.5.13' --extern-html-root-url 'pretty_assertions=https://docs.rs/pretty_assertions/0.5.1' --extern-html-root-url 'skeptic=https://docs.rs/skeptic/0.13.3' --extern-html-root-url 'darling=https://docs.rs/darling/0.8.0' --extern-html-root-url 'syn=https://docs.rs/syn/0.15.13' --extern-html-root-url 'derive_builder_core=https://docs.rs/derive_builder_core/0.4.0' --extern-html-root-url 'log=https://docs.rs/log/0.4.5' --extern-html-root-url 'proc_macro2=https://docs.rs/proc-macro2/0.4.20' --extern-html-root-url 'compiletest_rs=https://docs.rs/compiletest_rs/0.3.14' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern darling=/home/cratesfyi/cratesfyi/debug/deps/libdarling-e9635bfcad2ff6d1.rmeta --extern derive_builder_core=/home/cratesfyi/cratesfyi/debug/deps/libderive_builder_core-03e9f91122f9017b.rmeta --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-6ad5a598f58972e9.rmeta --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-b05b5289cf908e4e.rmeta --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-66b23d8efc3d2792.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 5.50s