Registry / testing / move-vm-test-utils

move-vm-test-utils

JSON →
libraryrscratesunverified

Move VM Test Utils providing utilities for testing the Move virtual machine.

# Cargo.toml [dependencies] move-vm-test-utils = "latest"
INSTALL
IMPORT
SIG · MOVE-VM-TEST-UTILS
M
move-vm-test-utils
testingrust
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.

TestStorage
use move_vm_test_utils::TestStorage;

Creates a new test storage for Move VM testing.

use move_vm_test_utils::TestStorage; fn main() { let _storage = TestStorage::new(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

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

Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
move-vm-test-utils — cargo add move-vm-test-utils · libregistry