petgraph 0.4.4

Graph data structure library. Provides graph types and graph algorithms.
Documentation
Build #52635 2017-06-02T20:36:56.581014+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading petgraph v0.4.4
Fresh ordermap v0.2.10
Fresh fixedbitset v0.1.6
Documenting petgraph v0.4.4
Running `rustdoc --crate-name petgraph .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="graphmap"' --cfg 'feature="default"' --cfg 'feature="ordermap"' --cfg 'feature="stable_graph"' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern ordermap=/home/cratesfyi/cratesfyi/debug/deps/libordermap-2af809e34397df77.rlib --extern-version ordermap=ordermap,0.2.10 --extern fixedbitset=/home/cratesfyi/cratesfyi/debug/deps/libfixedbitset-2e27fab865a7d40f.rlib --extern-version fixedbitset=fixedbitset,0.1.6`
warning[E0122]: trait bounds are not (yet) enforced in type definitions
--> .cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.4/src/algo/mod.rs:169:1
|
169 | type DfsSpaceType<G> where G: Visitable = DfsSpace<G::NodeId, G::Map>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Finished dev [unoptimized + debuginfo] target(s) in 2.80 secs