traitgraph 0.4.5

Different representations with implemented operations on graphs
Documentation
[[bench]]
harness = false
name = "benches"
[dependencies.bitvector]
version = "0.1"

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

[dependencies.petgraph]
version = "0.5"

[dependencies.rand]
version = "0.7"

[dependencies.traitsequence]
version = "^0.4.0"
[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["Sebastian Schmidt <sebastian.schmidt@helsinki.fi>"]
categories = ["data-structures", "mathematics", "science"]
description = "Different representations with implemented operations on graphs"
documentation = "https://docs.rs/traitgraph"
edition = "2018"
homepage = "https://github.com/algbio/practical-omnitigs/tree/master/implementation/traitgraph"
keywords = ["graph", "trait", "abstract", "implementation", "algorithm"]
license = "BSD-2-Clause"
name = "traitgraph"
readme = "README.md"
repository = "https://github.com/algbio/practical-omnitigs"
version = "0.4.5"