mermaid-builder 0.1.2

A Rust library for generating Mermaid diagrams using the builder pattern.
Documentation
1
2
3
4
5
6
//! Submodule defining properties and structures shared across different types
//! of Mermaid diagrams.

pub mod class_diagram;
pub mod entity_relationship;
pub mod flowchart;