genpet 0.1.1

Generate petgraph graphs with geng.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.graph6-rs]
version = "0.1.8"

[dependencies.petgraph]
version = "0.6.4"

[package]
authors = ["Eric Brandwein <brandweineric@gmail.com>"]
categories = ["development-tools::ffi", "mathematics"]
description = "Generate petgraph graphs with geng."
edition = "2021"
keywords = ["graph-theory", "geng", "petgraph", "graphs"]
license = "MIT OR Apache-2.0"
name = "genpet"
readme = "README.md"
repository = "https://github.com/ericbrandwein/genpet"
version = "0.1.1"