parking_lot 0.3.6

More compact and efficient implementations of the standard synchronization primitives.
Documentation
Build #32611 2016-10-19T14:27:28.685868+00:00
# rustc version
rustc 1.14.0-nightly (6dc035ed9 2016-10-15)# docs.rs version
cratesfyi 0.2.1 (b4e8465 2016-10-19)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading parking_lot v0.3.6
Compiling smallvec v0.1.8
Compiling libc v0.2.17
Compiling owning_ref v0.2.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.1.8/lib.rs --crate-name smallvec --crate-type lib -g -C metadata=cf4677c7857fc4a9 -C extra-filename=-cf4677c7857fc4a9 --out-dir /home/cratesfyi/parking_lot-0.3.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/parking_lot-0.3.6/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.17/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=ad32fde1bd850538 -C extra-filename=-ad32fde1bd850538 --out-dir /home/cratesfyi/parking_lot-0.3.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/parking_lot-0.3.6/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/owning_ref-0.2.2/src/lib.rs --crate-name owning_ref --crate-type lib -g -C metadata=6cd91dc625e07f62 -C extra-filename=-6cd91dc625e07f62 --out-dir /home/cratesfyi/parking_lot-0.3.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/parking_lot-0.3.6/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/parking_lot-0.3.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/parking_lot-0.3.6/debug/deps --extern libc=/home/cratesfyi/parking_lot-0.3.6/debug/deps/liblibc-ad32fde1bd850538.rlib --cap-lints allow`
Compiling parking_lot_core v0.2.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.2.0/src/lib.rs --crate-name parking_lot_core --crate-type lib -g -C metadata=b776954c2db52c62 -C extra-filename=-b776954c2db52c62 --out-dir /home/cratesfyi/parking_lot-0.3.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/parking_lot-0.3.6/debug/deps --extern rand=/home/cratesfyi/parking_lot-0.3.6/debug/deps/librand-49a08859d086fffe.rlib --extern libc=/home/cratesfyi/parking_lot-0.3.6/debug/deps/liblibc-ad32fde1bd850538.rlib --extern smallvec=/home/cratesfyi/parking_lot-0.3.6/debug/deps/libsmallvec-cf4677c7857fc4a9.rlib --cap-lints allow`
Documenting parking_lot v0.3.6
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.3.6/src/lib.rs --crate-name parking_lot -o /home/cratesfyi/parking_lot-0.3.6/doc --cfg feature=\"owning_ref\" --cfg feature=\"default\" -L dependency=/home/cratesfyi/parking_lot-0.3.6/debug/deps --extern owning_ref=/home/cratesfyi/parking_lot-0.3.6/debug/deps/libowning_ref-6cd91dc625e07f62.rlib --extern parking_lot_core=/home/cratesfyi/parking_lot-0.3.6/debug/deps/libparking_lot_core-b776954c2db52c62.rlib`
Finished debug [unoptimized + debuginfo] target(s) in 4.72 secs