mmdflux 2.1.0

Render Mermaid diagrams as Unicode text, ASCII, SVG, and MMDS JSON.
Documentation
1
2
3
4
5
6
7
8
9
//! Diagram type implementations.
//!
//! Each diagram type is implemented in its own submodule and provides
//! a `definition()` function for registry registration.

pub mod class;
pub mod flowchart;
pub mod sequence;
pub mod state;