1 2 3 4 5 6 7
//! Mermaid diagram parsers. //! //! Currently only `graph`/`flowchart` syntax is supported. pub mod flowchart; pub use flowchart::parse;