graphlib 0.1.0

Graphlib is a simple and powerful rust library for the graph data-structure that is optimized for high churn environments (where the graph mutates often). It provides a simple api for manipulating and for interacting with graphs.
Documentation
Build #148001 2019-03-14 13:10:55
# rustc version
rustc 1.34.0-nightly (350674b71 2019-02-28)# docs.rs version
cratesfyi 0.6.0 (d993b18 2019-02-21)# build log
Updating crates.io index
Downloading crates ...
Downloaded graphlib v0.1.0
Fresh nodrop v0.1.13
Fresh cfg-if v0.1.7
Fresh lazy_static v1.3.0
Fresh scopeguard v0.3.3
Fresh memoffset v0.2.1
Fresh autocfg v0.1.2
Fresh rand_core v0.4.0
Fresh either v1.5.1
Fresh crossbeam-utils v0.2.2
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.3
Fresh arrayvec v0.4.10
Fresh libc v0.2.50
Fresh rand_hc v0.1.0
Fresh rand_xorshift v0.1.1
Fresh rand_isaac v0.1.1
Fresh byteorder v1.3.1
Fresh crossbeam-epoch v0.3.1
Fresh num_cpus v1.10.0
Fresh rand_os v0.1.3
Fresh rand_pcg v0.1.2
Fresh rand_chacha v0.1.1
Fresh crossbeam-deque v0.2.0
Fresh rand v0.6.5
Fresh rayon-core v1.4.1
Fresh rayon v1.0.3
Checking hashbrown v0.1.8
Running `rustc --crate-name hashbrown /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.1.8/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="rayon"' -C metadata=37bae777d52eede8 -C extra-filename=-37bae777d52eede8 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-5979d4b99654e6e4.rmeta --extern rayon=/home/cratesfyi/cratesfyi/debug/deps/librayon-0b86a178242cf14b.rmeta --extern scopeguard=/home/cratesfyi/cratesfyi/debug/deps/libscopeguard-1691755a6a1b8d47.rmeta --cap-lints allow`
Documenting graphlib v0.1.0
Running `rustdoc --edition=2018 --crate-name graphlib /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/graphlib-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190228-1.34.0-nightly-350674b71 --static-root-path / --disable-per-crate-search --extern-html-root-url 'hashbrown=https://docs.rs/hashbrown/0.1.8' --extern-html-root-url 'rand=https://docs.rs/rand/0.6.5' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern hashbrown=/home/cratesfyi/cratesfyi/debug/deps/libhashbrown-37bae777d52eede8.rmeta --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-940e5e4790db3233.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 5.49s