[][src]Crate fend_core

Structs

Context

This struct contains context used for fend. It should only be created once at startup.

FendResult

This contains the result of a computation.

Traits

Interrupt

Functions

evaluate

This function evaluates a string using the given context. Any evaluation using this function cannot be interrupted.

evaluate_with_interrupt

This function evaluates a string using the given context and the provided Interrupt object.

get_extended_versionDeprecated

Deprecated: use get_version() instead.

get_version

Returns the current version of fend-core.