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
//! Timeline-family runtime namespaces.
//!
//! Timeline-family diagrams do not use the shared graph-family engine stack.
//! Shared runtime model/layout code for those families lives here so parsers
//! and renderers can depend on a neutral namespace.

pub mod sequence;

pub use sequence::model::Sequence;