slog-example-lib 0.2.0

Example of a library utilizing slog-rs
Documentation
Build #49272 2017-05-11 04:05:54

# rustc version rustc 1.19.0-nightly (f1140a331 2017-05-08)

# docs.rs version cratesfyi 0.3.4 (cc96115 2017-05-09)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading slog-example-lib v0.2.0 Compiling slog v2.0.4 Compiling log v0.3.7 Compiling crossbeam v0.2.10 Compiling lazy_static v0.2.8 Running `rustc --crate-name slog .cargo/registry/src/github.com-1ecc6299db9ec823/slog-2.0.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=34fb077c302e9c16 -C extra-filename=-34fb077c302e9c16 --out-dir /home/cratesfyi/slog-example-lib-0.2.0/debug/deps -L dependency=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps --cap-lints allow` Running `rustc --crate-name log .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.7/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=b8e0bbfdccaf7d7a -C extra-filename=-b8e0bbfdccaf7d7a --out-dir /home/cratesfyi/slog-example-lib-0.2.0/debug/deps -L dependency=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps --cap-lints allow` Running `rustc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.10/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=da647fd7b3fee45f -C extra-filename=-da647fd7b3fee45f --out-dir /home/cratesfyi/slog-example-lib-0.2.0/debug/deps -L dependency=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps --cap-lints allow` Running `rustc --crate-name lazy_static .cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=18005fa1be5dd889 -C extra-filename=-18005fa1be5dd889 --out-dir /home/cratesfyi/slog-example-lib-0.2.0/debug/deps -L dependency=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps --cap-lints allow` Compiling slog-scope v3.0.0 Running `rustc --crate-name slog_scope .cargo/registry/src/github.com-1ecc6299db9ec823/slog-scope-3.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=85c8bf979fe9685c -C extra-filename=-85c8bf979fe9685c --out-dir /home/cratesfyi/slog-example-lib-0.2.0/debug/deps -L dependency=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps --extern slog=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/libslog-34fb077c302e9c16.rlib --extern crossbeam=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/libcrossbeam-da647fd7b3fee45f.rlib --extern lazy_static=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/liblazy_static-18005fa1be5dd889.rlib --cap-lints allow` Compiling slog-stdlog v2.0.0 Running `rustc --crate-name slog_stdlog .cargo/registry/src/github.com-1ecc6299db9ec823/slog-stdlog-2.0.0/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=51a0f0a0ba21d862 -C extra-filename=-51a0f0a0ba21d862 --out-dir /home/cratesfyi/slog-example-lib-0.2.0/debug/deps -L dependency=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps --extern crossbeam=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/libcrossbeam-da647fd7b3fee45f.rlib --extern slog=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/libslog-34fb077c302e9c16.rlib --extern slog_scope=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/libslog_scope-85c8bf979fe9685c.rlib --extern log=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/liblog-b8e0bbfdccaf7d7a.rlib --cap-lints allow` Documenting slog-example-lib v0.2.0 Running `rustdoc --crate-name slog_example_lib .cargo/registry/src/github.com-1ecc6299db9ec823/slog-example-lib-0.2.0/lib.rs -o /home/cratesfyi/slog-example-lib-0.2.0/doc -L dependency=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps --extern slog_stdlog=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/libslog_stdlog-51a0f0a0ba21d862.rlib --extern slog=/home/cratesfyi/slog-example-lib-0.2.0/debug/deps/libslog-34fb077c302e9c16.rlib` Finished dev [unoptimized + debuginfo] target(s) in 2.4 secs