Registry / crypto / mv-vm-types

mv-vm-types

JSON →
libraryrscratesunverified

Types for the Move Virtual Machine, used in the Diem blockchain.

# Cargo.toml [dependencies] mv-vm-types = "latest"
INSTALL
IMPORT
SIG · MV-VM-TYPES
M
mv-vm-types
cryptorust
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.

Value
use mv_vm_types::value::Value;

Create a Move VM value of type u64.

use mv_vm_types::value::Value; fn main() { let v = Value::u64(42); println!("{:?}", v); }
Debug
Known issues
breakingThis crate is part of the Diem project and may have breaking changes as the Move language evolves.
fix
Pin to a specific version and monitor upstream changes.
affects: >=0.1.0
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
mv-vm-types — cargo add mv-vm-types · libregistry