mermaid-text 0.27.3

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

pub mod box_table;
pub mod class;
pub mod er;
pub mod gantt;
pub mod git_graph;
pub mod journey;
pub mod pie;
pub mod sequence;
pub mod timeline;
pub mod unicode;

pub use unicode::{render, render_color};