traitgraph 0.6.0

Abstracting over different graph representations
Documentation
[dependencies.bitvector]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.petgraph]
version = "0.5"

[dependencies.traitsequence]
version = "0.6.0"

[package]
authors = ["Sebastian Schmidt <isibboi@gmail.com>"]
categories = ["data-structures", "mathematics", "science"]
description = "Abstracting over different graph representations"
documentation = "https://docs.rs/traitgraph"
edition = "2018"
homepage = "https://github.com/sebschmi/abstract-datastructures-rs"
keywords = ["graph", "trait", "abstract", "implementation"]
license = "BSD-2-Clause"
name = "traitgraph"
readme = "README.md"
repository = "https://github.com/sebschmi/abstract-datastructures-rs"
rust-version = "1.49.0"
version = "0.6.0"