Enums§
- Eval
Error - An error returned by the eval() function.
- Float
Eval Error - An error that can occur when evaluating an expression with floating point numbers.
- IntEval
Error - An error that can occur when evaluating an expression with integers.
Traits§
- Eval
- Eval is a trait that allows a type to be used to evaluate an expression.
- Eval
Parse - A trait to allow a literal to be parsed, guaranteeing that the error implements Error + PartialEq.
Functions§
- eval
- Parses an expression from a string and evaluates it.