Registry / other / cretonne-codegen

cretonne-codegen

JSON →
libraryrscratesunverified

Low-level code generator library for compiling to machine code.

# Cargo.toml [dependencies] cretonne-codegen = "latest"
INSTALL
IMPORT
SIG · CRETONNE-CODEGEN
C
cretonne-codegen
otherrust
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.

Context
use cretonne_codegen::Context;

Creates a new code generation context.

use cretonne_codegen::Context; fn main() { let ctx = Context::new(); println!("Codegen context 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
9 hits · last 30 days
node
8
Meta
1
Resources
cretonne-codegen — cargo add cretonne-codegen · libregistry