Registry / other / mv-binary-format

mv-binary-format

JSON →
libraryrscratesunverified

Move Binary Format parser and serializer for the Diem blockchain.

# Cargo.toml [dependencies] mv-binary-format = "latest"
INSTALL
IMPORT
SIG · MV-BINARY-FORMAT
M
mv-binary-format
otherrust
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.

CompiledModule
use mv_binary_format::CompiledModule;

Deserializes a Move binary module from bytes.

use mv_binary_format::CompiledModule; fn main() { let bytes = vec![]; let module = CompiledModule::deserialize(&bytes).unwrap(); println!("Module: {:?}", module); }
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
5 hits · last 30 days
node
4
Amazon
1
Resources
mv-binary-format — cargo add mv-binary-format · libregistry