rekka / meval-rs

Math expression parser and evaluation library for Rust
The Unlicense
153 stars 30 forks source link

Simplify the creation of a custom Context #11

Closed rekka closed 7 years ago

rekka commented 7 years ago

Context is now a struct. Context with builtins is created by Context::new(). Builder pattern is supported for adding additional variables and functions.

builtin() and CustomFunc* have been removed.