Registry / other / llvm-ir

llvm-ir

JSON →
library0.11.3rscratesunverified

LLVM IR in natural Rust data structures.

# Cargo.toml [dependencies] llvm-ir = "0.11.3"
INSTALL
IMPORT
SIG · LLVM-IR
L
llvm-ir
otherrustv0.11.3
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.

Module
use llvm_ir::Module;

Creates a new LLVM IR module.

use llvm_ir::Module; fn main() { let module = Module::new("test"); println!("Module name: {}", module.name); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
llvm-ir — cargo add llvm-ir · libregistry