Module eval

Module eval 

Source

Enums§

EvalError
An error returned by the eval() function.
FloatEvalError
An error that can occur when evaluating an expression with floating point numbers.
IntEvalError
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.
EvalParse
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.