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
10
11
12
13
14
15
16
//! Residual crate-local tests that intentionally remain cross-pipeline.

mod cross_pipeline;
mod graph_routing_pipeline;
mod grid_routing_regression;
mod layered_adapter_pipeline;
mod mmds_output_serialization;
mod mmds_roundtrip;
mod svg_render_pipeline;
mod text_render_pipeline;

mod direction_policy_cross;
mod float_router_direction;
mod graph_diagram_cross;
mod sequence_layout;
mod subgraph_render_fixture;