Skip to main content

Module renderer

Module renderer 

Source
Expand description

Output backend trait and implementations.

Structs§

TerminalRenderer
Default renderer that produces a RenderedBlock (2D character grid). Always available — no feature gates required.

Traits§

MathRenderer
Trait for rendering an EqNode AST into a target output format.