rust_sbml 0.7.0

A parser for SBML
Documentation
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version2/core" level="3" version="2">
    <model timeUnits="second" extentUnits="mole" substanceUnits="mole">
        <listOfConstraints>
            <constraint>
                <math xmlns="http://www.w3.org/1998/Math/MathML" 
                    xmlns:sbml="http://www.sbml.org/sbml/level3/version2/core">
                    <apply>
                        <and/>
                        <apply>
                            <lt/>
                            <cn sbml:units="mole"> 1 </cn>
                            <ci> S1 </ci>
                        </apply>
                        <apply>
                            <lt/>
                            <ci> S1 </ci>
                            <cn sbml:units="mole"> 100 </cn>
                        </apply>
                    </apply>
                </math>
                <message>
                    <p xmlns="http://www.w3.org/1999/xhtml"> Species S1 is out of range. </p>
                </message>
            </constraint>
        </listOfConstraints>
    </model>
</sbml>