Registry / utility / fasteval

fasteval

JSON →
library0.2.4rscratesunverified

Fast evaluation of algebraic expressions

# Cargo.toml [dependencies] fasteval = "0.2.4"
INSTALL
IMPORT
SIG · FASTEVAL
F
fasteval
utilityrustv0.2.4
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.

ez_eval
use fasteval::ez_eval;

Evaluates a simple algebraic expression.

use fasteval::ez_eval; fn main() { let val = ez_eval("2 + 3 * 4", &mut fasteval::EmptyNamespace).unwrap(); println!("Result: {}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fasteval — cargo add fasteval · libregistry