[][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_version

Returns the current extended version of fend-core, which includes the release date in addition to the semver number

get_version

Returns the current version of fend-core.