1 2 3 4
//! Constants used across the mermaid crate. pub(crate) const NODE_LETTER: &str = "v"; pub(crate) const EDGE_LETTER: &str = "e";