mermaid-text
Render Mermaid flowchart diagrams as Unicode box-drawing text — no browser, no image protocol, pure Rust.
Quick start
let output = render.unwrap;
assert!;
assert!;
Supported syntax (Phase 1)
graph LR/TD/RL/BTandflowchart LR/TD/RL/BTheaders- Node shapes:
A[rect],A{diamond},A((circle)),A(rounded),A - Edge types:
-->,---,-.->,==>(all rendered as solid arrows) - Edge labels:
-->|label|and-- label --> - Semicolons and newlines as statement separators