traitgraph 3.0.0

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

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

[dependencies.petgraph]
version = "0.6.2"

[dependencies.traitsequence]
version = "1.1.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 = "2021"
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"
resolver = "1"
rust-version = "1.65.0"
version = "3.0.0"