Registry / other / hvm
library2.0.22rscratesunverified

A massively parallel, optimal functional runtime in Rust, designed for high-performance computation.

# Cargo.toml [dependencies] hvm = "2.0.22"
INSTALL
IMPORT
SIG · HVM
H
hvm
otherrustv2.0.22
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.

run
use hvm::run;

Evaluate a lambda expression using HVM.

use hvm::run; let result = run("(λx x) 42"); println!("{:?}", result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.22latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hvm — cargo add hvm · libregistry