[][src]Module fasteval::evaler

This module evaluates parsed Expressions and compiled Instructions.

Everything can be evaluated using the .eval() method, but compiled Instructions also have the option of using the eval_compiled!() macro which is much faster for common cases.

Traits

Evaler

You must use this trait so you can call .eval().