rdx-math — LaTeX math parser for the RDX specification.
rdx-math
Parses LaTeX math strings (without $ delimiters) into structured MathExpr trees.
$
MathExpr
use rdx_math::parse; let expr = parse(r"\frac{a}{b}");