mermaid-builder 0.1.2

A Rust library for generating Mermaid diagrams using the builder pattern.
Documentation
1
2
3
4
//! Constants used across the mermaid crate.

pub(crate) const NODE_LETTER: &str = "v";
pub(crate) const EDGE_LETTER: &str = "e";