Registry / utility / ink-ir

ink-ir

JSON →
library5.1.1rscratesunverified

Provides data structures and algorithms for the intermediate representation of ink! smart contracts.

# Cargo.toml [dependencies] ink_ir = "5.1.1"
INSTALL
IMPORT
SIG · INK-IR
I
ink-ir
utilityrustv5.1.1
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_ir::InkIR;

Create a new ink! intermediate representation.

use ink_ir::InkIR; fn main() { let _ir = InkIR::new(); println!("Ink IR created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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