Docs.rs
cairo-lang-syntax-2.13.0
cairo-lang-syntax 2.13.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ~2.13.0
normal
cairo-lang-filesystem ~2.13.0
normal
cairo-lang-primitive-token ^1
normal
cairo-lang-utils ~2.13.0
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
salsa ^0.24.0
normal
serde ^1.0.219
normal
unescaper ^0.1.6
normal
vector-map ^1.0.2
normal
pretty_assertions ^1.4.1
dev
tracing ^0.1.40
dev
Versions
4.89%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module iter
cairo_
lang_
syntax
2.13.0
Module iter
Module Items
Structs
Enums
In cairo_
lang_
syntax::
node
cairo_lang_syntax
::
node
Module
iter
Copy item path
Source
Structs
§
Preorder
Traverse the subtree rooted at the current node (including the current node) in preorder, excluding tokens.
Enums
§
Walk
Event
WalkEvent
describes tree walking process.