Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 352 Bytes

File metadata and controls

18 lines (15 loc) · 352 Bytes

Rust library: aena

HTML/SVG/MathML Renderer.

Project Structure

Cargo.toml
src/
  lib.rs
  render.rs # Core rendering implementation
  html.rs   # HTML element factories
  svg.rs    # SVG element factories
  mathml.rs # MathML element factories
  escape.rs # escape utils
  macros.rs # define element macroses
tests/      # Test suite