Registry / utility / runestick

runestick

JSON →
library0.9.1rscratesunverified

Runescript, a generic stack-based virtual machine for Rust.

# Cargo.toml [dependencies] runestick = "0.9.1"
INSTALL
IMPORT
SIG · RUNESTICK
R
runestick
utilityrustv0.9.1
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.

Vm
✓ use runestick::Vm;

Creates a new stack-based virtual machine instance.

use runestick::Vm; fn main() { let vm = Vm::new(); println!("VM created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
runestick — cargo add runestick · libregistry