petgraph 0.4.1

Graph data structure library. Provides graph types and graph algorithms.
Documentation
Build #33027 2016-10-26T20:20:53.955340+00:00
# rustc version
rustc 1.14.0-nightly (6dc035ed9 2016-10-15)
# docs.rs version
cratesfyi 0.2.2 (4f7a57c 2016-10-20)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading petgraph v0.4.1
Compiling fixedbitset v0.1.5
Compiling ordermap v0.2.4
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.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/petgraph-0.4.1/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/ordermap-0.2.4/src/lib.rs --crate-name ordermap --crate-type lib -g -C metadata=9368a562ac726f50 -C extra-filename=-9368a562ac726f50 --out-dir /home/cratesfyi/petgraph-0.4.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/petgraph-0.4.1/debug/deps --cap-lints allow`
Documenting petgraph v0.4.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.1/src/lib.rs --crate-name petgraph -o /home/cratesfyi/petgraph-0.4.1/doc --cfg feature=\"graphmap\" --cfg feature=\"ordermap\" --cfg feature=\"default\" --cfg feature=\"stable_graph\" -L dependency=/home/cratesfyi/petgraph-0.4.1/debug/deps --extern ordermap=/home/cratesfyi/petgraph-0.4.1/debug/deps/libordermap-9368a562ac726f50.rlib --extern fixedbitset=/home/cratesfyi/petgraph-0.4.1/debug/deps/libfixedbitset-93ab857eb3a17623.rlib`
Finished debug [unoptimized + debuginfo] target(s) in 3.33 secs