Registry / serialization / move-idl

move-idl

JSON →
library0.4.2rscratesunverified

Move IDL provides interface definition language utilities for the Move language.

# Cargo.toml [dependencies] move-idl = "0.4.2"
INSTALL
IMPORT
SIG · MOVE-IDL
M
move-idl
serializationrustv0.4.2
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.

Idl
use move_idl::Idl;

Parse a Move IDL from JSON.

use move_idl::Idl; let idl = Idl::from_json(r#"{\"name\":\"MyModule\"}"#).unwrap(); assert_eq!(idl.name, "MyModule");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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