meval 0.1.0

A simple math expression parser and evaluator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 0.0.9

- Bug #13: failed build with `serde` feature disabled

# 0.0.8

- added serde deserialization
- api change: `Expr::eval` is now `Expr::eval_with_context`
- `Expr` implements `FromStr`: use it as "1 + 2".parse::<Expr>()
- added `de::as_f64` for convenient deserialization
- `Context` is now `Clone`