3 releases
0.1.1 | Aug 19, 2021 |
---|---|
0.1.1-alpha.3 | Jun 23, 2021 |
0.1.1-alpha.2 | Jun 22, 2021 |
#7 in #species
Used in sbml-sim
52KB
1K
SLoC
SBML Parser written in Rust
Supports the following SBML constructs at the moment:
- List of Unit Definitions, Unit Definition
- List of Units, Unit
- List of Compartments, Compartment
- List of Parameters, Parameter
- List of Species, Species
- List of Reactions, Reaction
- List of Reactants, List of Products
- Species Reference
- Kinetic Law
- Math
Uses mathml-rs for parsing math.
Only tested on the first 24 test cases from the Core Semantic SBML test suite.
To see it in action, run cargo test
and make sure the path in the test function
corresponds to where you have the models.
Dependencies
~4.5MB
~86K SLoC