wolf-graph-dot 0.1.0

Adds support for generating Graphviz DOT files from wolf-graph graphs.
Documentation
[package]
name = "wolf-graph-dot"
version = "0.1.0"
edition = "2021"
description = "Adds support for generating Graphviz DOT files from wolf-graph graphs."
authors = ["Wolf McNally"]
repository = "https://github.com/WolfMcNally/wolf-graph-dot"
readme = "README.md"
license = "MIT"
documentation = "https://docs.rs/wolf-graph-dot"
keywords = ["graph", "dot", "graphviz"] # Up to five
categories = ["data-structures"] # https://crates.io/category_slugs

[dependencies]
wolf-graph = "^0.1.0"

[dev-dependencies]
fuid = "^2.0.0"
indoc = "^2.0.5"