mmdflux 2.3.0

Render Mermaid diagrams as Unicode text, ASCII, SVG, and MMDS JSON.
Documentation
//! Residual crate-local tests that intentionally remain cross-pipeline.

mod cross_pipeline;
mod graph_routing_pipeline;
mod grid_routing_regression;
mod label_node_overlap;
mod layered_adapter_pipeline;
mod layout_stability;
mod mmds_commands;
mod mmds_diff;
mod mmds_output_serialization;
mod mmds_roundtrip;
mod port_attachment_observation;
mod singleton_centering_observation;
mod svg_render_pipeline;
mod text_render_pipeline;

mod direction_policy_cross;
mod float_router_direction;
mod graph_diagram_cross;
mod layered_kernel_bend;
mod render_time_placer;
mod sequence_layout;
mod subgraph_render_fixture;
mod wrap_pipeline;