flock 0.2.0

Parallel runner for asynchronous tasks.
Documentation

Build #44323 2017-03-16 11:16:16

# rustc version rustc 1.17.0-nightly (0f34b532a 2017-02-21)

# docs.rs version cratesfyi 0.3.1 (35080d4 2017-01-24)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading flock v0.2.0 Compiling libc v0.2.21 Compiling either v1.0.3 Compiling crossbeam v0.2.10 Running `rustc --crate-name either .cargo/registry/src/github.com-1ecc6299db9ec823/either-1.0.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=1ac288eb46f38b85 -C extra-filename=-1ac288eb46f38b85 --out-dir /home/cratesfyi/flock-0.2.0/debug/deps -L dependency=/home/cratesfyi/flock-0.2.0/debug/deps --cap-lints allow` Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.21/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=5dc7b85e748840b4 -C extra-filename=-5dc7b85e748840b4 --out-dir /home/cratesfyi/flock-0.2.0/debug/deps -L dependency=/home/cratesfyi/flock-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=520d8a01e7456c39 -C extra-filename=-520d8a01e7456c39 --out-dir /home/cratesfyi/flock-0.2.0/debug/deps -L dependency=/home/cratesfyi/flock-0.2.0/debug/deps --cap-lints allow` Compiling rand v0.3.15 Compiling num_cpus v1.3.0 Running `rustc --crate-name rand .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=c9d9fbdab2355ee4 -C extra-filename=-c9d9fbdab2355ee4 --out-dir /home/cratesfyi/flock-0.2.0/debug/deps -L dependency=/home/cratesfyi/flock-0.2.0/debug/deps --extern libc=/home/cratesfyi/flock-0.2.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow` Running `rustc --crate-name num_cpus .cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=40879e9ed1a40827 -C extra-filename=-40879e9ed1a40827 --out-dir /home/cratesfyi/flock-0.2.0/debug/deps -L dependency=/home/cratesfyi/flock-0.2.0/debug/deps --extern libc=/home/cratesfyi/flock-0.2.0/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow` Documenting flock v0.2.0 Running `rustdoc --crate-name flock .cargo/registry/src/github.com-1ecc6299db9ec823/flock-0.2.0/src/lib.rs -o /home/cratesfyi/flock-0.2.0/doc -L dependency=/home/cratesfyi/flock-0.2.0/debug/deps --extern rand=/home/cratesfyi/flock-0.2.0/debug/deps/librand-c9d9fbdab2355ee4.rlib --extern num_cpus=/home/cratesfyi/flock-0.2.0/debug/deps/libnum_cpus-40879e9ed1a40827.rlib --extern crossbeam=/home/cratesfyi/flock-0.2.0/debug/deps/libcrossbeam-520d8a01e7456c39.rlib --extern either=/home/cratesfyi/flock-0.2.0/debug/deps/libeither-1ac288eb46f38b85.rlib` Finished dev [unoptimized + debuginfo] target(s) in 4.78 secs