Registry / other / ink-lang-ir

ink-lang-ir

JSON →
library3.4.0rscratesunverified

Data structures and algorithms for the ink! smart contract intermediate representation.

# Cargo.toml [dependencies] ink_lang_ir = "3.4.0"
INSTALL
IMPORT
SIG · INK-LANG-IR
I
ink-lang-ir
otherrustv3.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.

InkIR
use ink_lang_ir::InkIR;

Parses an ink! IR file.

use ink_lang_ir::InkIR; fn main() { let ir = InkIR::from_file("contract.ink").unwrap(); println!("{:?}", ir); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ink-lang-ir — cargo add ink-lang-ir · libregistry