Registry / other / cairo-lang-syntax

cairo-lang-syntax

JSON →
library2.18.0rscratesunverified

Cairo syntax representation for the Cairo programming language.

# Cargo.toml [dependencies] cairo-lang-syntax = "2.18.0"
INSTALL
IMPORT
SIG · CAIRO-LANG-SYNTAX
C
cairo-lang-syntax
otherrustv2.18.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.

SyntaxNode
use cairo_lang_syntax::SyntaxNode;

Create a root syntax node.

use cairo_lang_syntax::SyntaxNode; fn main() { let node = SyntaxNode::new_root(); println!("Syntax node created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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