Crate declaration

source ·
Expand description

A simple crate for parsing mathematical terms. Use Term::from_string() to generate a term from infix notation and Term::apply() to use it as a formula.

Enums