Registry / build-tool / cairo-lang-compiler

cairo-lang-compiler

JSON →
library2.17.0rscratesunverified

A compiler for the Cairo programming language, used for smart contract development on StarkNet.

# Cargo.toml [dependencies] cairo-lang-compiler = "2.17.0"
INSTALL
IMPORT
SIG · CAIRO-LANG-COMPILE
C
cairo-lang-compiler
build-toolrustv2.17.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.

Compiler
use cairo_lang_compiler::Compiler;

Initialize the Cairo compiler

use cairo_lang_compiler::Compiler; fn main() { let compiler = Compiler::new(); println!("Cairo compiler initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
cairo-lang-compiler — cargo add cairo-lang-compiler · libregistry