traitgraph 0.1.0

Different representations with implemented operations on graphs
Documentation
[dependencies.num-traits]
version = "0.2"

[dependencies.petgraph]
version = "0.5"

[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.1.0"