petgraph 0.4.3

Graph data structure library. Provides graph types and graph algorithms.
Documentation
Build #39360 2017-01-21T11:08:48.047512+00:00
# rustc version
rustc 1.16.0-nightly (6f1ae663e 2017-01-06)
# docs.rs version
cratesfyi 0.2.3 (75099cc 2016-12-26)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading petgraph v0.4.3
Compiling ordermap v0.2.7
Compiling fixedbitset v0.1.5
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/ordermap-0.2.7/src/lib.rs --crate-name ordermap --crate-type lib -g -C metadata=3ff7ba8d1c1cd772 -C extra-filename=-3ff7ba8d1c1cd772 --out-dir /home/cratesfyi/petgraph-0.4.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/petgraph-0.4.3/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.1.5/src/lib.rs --crate-name fixedbitset --crate-type lib -g -C metadata=93ab857eb3a17623 -C extra-filename=-93ab857eb3a17623 --out-dir /home/cratesfyi/petgraph-0.4.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/petgraph-0.4.3/debug/deps --cap-lints allow`
Documenting petgraph v0.4.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.3/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.4.3/doc --cfg feature=\"ordermap\" --cfg feature=\"graphmap\" --cfg feature=\"default\" --cfg feature=\"stable_graph\" -L dependency=/home/cratesfyi/petgraph-0.4.3/debug/deps --extern ordermap=/home/cratesfyi/petgraph-0.4.3/debug/deps/libordermap-3ff7ba8d1c1cd772.rlib --extern fixedbitset=/home/cratesfyi/petgraph-0.4.3/debug/deps/libfixedbitset-93ab857eb3a17623.rlib`
Finished debug [unoptimized + debuginfo] target(s) in 3.62 secs