Module mathml::parsers::generic_mathml
source · Structs§
Traits§
Functions§
- testing MathML documents
- Math expressions
- Fractions
- Identifiers
- Numbers
- Operators
- Rows
- Square roots
- Subscripts
- Superscripts
- The
parse
function is part of the public API. It takes a string and returns a Math object. - Quoted string
- A combinator that takes a parser
inner
and produces a parser that also consumes both leading and trailing whitespace, returning the output ofinner
.
Type Aliases§
- Redefine IResult, filling in the first generic type parameter with Span, for increased brevity.