Registry / utility / mv-bytecode-source-map

mv-bytecode-source-map

JSON →
libraryrscratesunverified

Provides source mapping for Move bytecode, enabling debugging and analysis.

# Cargo.toml [dependencies] mv-bytecode-source-map = "latest"
INSTALL
IMPORT
SIG · MV-BYTECODE-SOURCE
M
mv-bytecode-source-map
utilityrust
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.

SourceMap
use mv_bytecode_source_map::source_map::SourceMap;

Creates a new source map for Move bytecode.

use mv_bytecode_source_map::source_map::SourceMap; fn main() { let map = SourceMap::new(); println!("Source map created"); }
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
mv-bytecode-source-map — cargo add mv-bytecode-source-map · libregistry