Registry / other / tetsy-vm

tetsy-vm

JSON →
library0.1.0rscratesunverified

Virtual Machines (VM) Support Library for Ethereum-like environments.

# Cargo.toml [dependencies] tetsy-vm = "0.1.0"
INSTALL
IMPORT
SIG · TETSY-VM
T
tetsy-vm
otherrustv0.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.

VM
use tetsy_vm::VM;

Create a default VM instance.

use tetsy_vm::VM; fn main() { let vm = VM::default(); println!("VM created: {:?}", vm); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
tetsy-vm — cargo add tetsy-vm · libregistry