wolf-graph-mermaid 0.1.0

Adds support for generating Mermaid diagrams from wolf-graph graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod arrowhead;
pub use arrowhead::Arrowhead;

mod arrow_utils;
pub use arrow_utils::{arrow, format_custom_style};

mod edge_style;
pub use edge_style::EdgeStyle;

mod color;
pub use color::Color;

mod layout_direction;
pub use layout_direction::LayoutDirection;

mod node_shape;
pub use node_shape::NodeShape;