exprs
A 0 dependency math expression parser and evaluator in Rust. It aims to be simple to use and is more of an exercise than anything.
Quick Start
Parsing an expression is simple
use *;
Installation
Simply add the current version to your Cargo.toml dependency list
[]
= "0.1"
in your crate root add
extern crate exprs;
TODO
- More robust parse errors rather than assert macros