Registry / other / solana-libra-vm

solana-libra-vm

JSON →
library0.0.0rscratesunverified

A virtual machine implementation for the Libra blockchain, originally from the Libra project.

# Cargo.toml [dependencies] solana_libra_vm = "0.0.0"
INSTALL
IMPORT
SIG · SOLANA-LIBRA-VM
S
solana-libra-vm
otherrustv0.0.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 solana_libra_vm::VM;

Creates a new Libra VM instance.

use solana_libra_vm::VM; fn main() { let vm = VM::new(); println!("VM created"); }
Debug
Known issues
breakingThis crate is part of an archived project (Libra) and may not be maintained
fix
Consider using the Solana SDK or other maintained alternatives.
affects: >=0.0.0
Upgrade
Version history
0.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
solana-libra-vm — cargo add solana-libra-vm · libregistry