wolf-graph-dot 0.1.0

Adds support for generating Graphviz DOT files from wolf-graph graphs.
Documentation
mod arrow_direction;
pub use arrow_direction::ArrowDirection;

mod arrow_type;
pub use arrow_type::ArrowType;

pub mod color;
pub use color::{Color, BrewerScheme};

mod edge_style;
pub use edge_style::EdgeStyle;

mod node_shape;
pub use node_shape::NodeShape;

mod node_style;
pub use node_style::NodeStyle;

pub mod encode;