Module mathml

Source
Expand description

A simple MathML Core renderer.

This crate provides a “simple” mathml renderer which is available through the push_mathml and write_mathml functions.

Functions§

push_mathml
Takes a Parser, or any Iterator<Item = Result<Event<'_>, E>> as input, and renders the MathML into the given string.
write_mathml
Takes a Parser, or any Iterator<Item = Result<Event<'_>, E>>, as input and renders the MathML into the given writer.