Registry / other / mun-abi

mun-abi

JSON →
library0.4.0rscratesunverified

Rust wrapper for the Mun ABI, providing types and functions for Mun runtime interoperability.

# Cargo.toml [dependencies] mun_abi = "0.4.0"
INSTALL
IMPORT
SIG · MUN-ABI
M
mun-abi
otherrustv0.4.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.

Runtime
use mun_abi::Runtime;

Creates a new Mun runtime instance.

use mun_abi::Runtime; fn main() { let runtime = Runtime::new(); println!("Runtime created: {:?}", runtime); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
mun-abi — cargo add mun-abi · libregistry