Registry / other / cairo-lang-parser

cairo-lang-parser

JSON →
library2.16.1rscratesunverified

Parser for the Cairo programming language.

# Cargo.toml [dependencies] cairo-lang-parser = "2.16.1"
INSTALL
IMPORT
SIG · CAIRO-LANG-PARSER
C
cairo-lang-parser
otherrustv2.16.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.

Parser
use cairo_lang_parser::Parser;

Initializes a Cairo parser instance.

use cairo_lang_parser::Parser; fn main() { let parser = Parser::new(); println!("Cairo parser initialized."); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.16.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
cairo-lang-parser — cargo add cairo-lang-parser · libregistry