wolf-graph-dot 0.1.0

Adds support for generating Graphviz DOT files from wolf-graph graphs.
Documentation
# wolf-graph-dot

By Wolf McNally

[MIT License](LICENSE.md)

## Status

A work in progress 🚧\
Slender stem with fragile buds 🌱\
Use at your own risk 🤷🏽‍♂️

## Introduction

The `wolf-graph-dot` crate provides basic [GraphViz DOT](https://graphviz.org/doc/info/lang.html) visualization support for the `wolf-graph` crate. It affords rendering graphs as DOT files for use with GraphViz tools.

## Documentation

Currently the best documentation is the unit tests in the `tests` directory.