ariel-rs 0.2.0

A faithful Rust port of Mermaid JS — headless SVG diagram rendering without a browser
Documentation
1
2
3
4
5
6
pub mod constants;
pub mod parser;
pub mod renderer;
pub mod templates;

pub use renderer::render;