Registry / utility / evalexpr

evalexpr

JSON →
library13.1.0rscratesunverified

A powerful arithmetic and boolean expression evaluator.

# Cargo.toml [dependencies] evalexpr = "13.1.0"
INSTALL
IMPORT
SIG · EVALEXPR
E
evalexpr
utilityrustv13.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eval
use evalexpr::eval;

Evaluates a simple arithmetic expression.

use evalexpr::eval; let result = eval("1 + 2 * 3"); println!("{:?}", result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
evalexpr — cargo add evalexpr · libregistry