graph-rs 0.2.0

Simple graph library.
Documentation
image: "scorpil/rust:stable"

test:cargo:
  script:
  - rustc --version && cargo --version      # Print version info for debugging
  - cargo test --verbose --jobs 1 --release # Don't paralize to make errors more readable