Registry / utility / expry
library0.4.2rscratesunverified

Execute expressions on encoded binary values, supporting custom functions and bytecode compilation.

# Cargo.toml [dependencies] expry = "0.4.2"
INSTALL
IMPORT
SIG · EXPRY
E
expry
utilityrustv0.4.2
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.

execute
use expry::execute;

Evaluate an expression on binary data.

use expry::execute; let result = execute(b"\x01\x02", "x + 1").unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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