mermaid-text 0.10.0

Render Mermaid diagrams as Unicode box-drawing text — no browser, no image protocols, pure Rust
Documentation
1
2
3
4
5
6
7
//! Rendering pipeline: graph + positions → Unicode string.

pub mod pie;
pub mod sequence;
pub mod unicode;

pub use unicode::{render, render_color};