Skip to main content

Crate merman_ascii

Crate merman_ascii 

Source
Expand description

Terminal-friendly ASCII and Unicode rendering for Mermaid typed models.

merman-ascii is deliberately model-driven: callers parse Mermaid text with merman-core, then pass the resulting typed render model into this crate. The renderer does not own Mermaid syntax parsing.

Structs§

AsciiColorTheme
AsciiRenderOptions
AsciiRenderer
AsciiRgb

Enums§

AsciiCharset
AsciiColorMode
AsciiColorRole
AsciiDirection
AsciiError

Functions§

render_class
render_er
render_flowchart
render_model
render_sequence
render_xychart

Type Aliases§

Result