Docs.rs
cairo-lang-parser-2.9.0-dev.0
cairo-lang-parser 2.9.0-dev.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
spapinistarkware
gilbens-starkware
orizi
Dependencies
cairo-lang-diagnostics ~2.9.0-dev.0
normal
cairo-lang-filesystem ~2.9.0-dev.0
normal
cairo-lang-syntax ~2.9.0-dev.0
normal
cairo-lang-syntax-codegen ~2.9.0-dev.0
normal
cairo-lang-utils ~2.9.0-dev.0
normal
colored ^2.1.0
normal
itertools ^0.12.1
normal
num-bigint ^0.4.5
normal
num-traits ^0.2.19
normal
rust-analyzer-salsa ^0.17.0-pre.6
normal
smol_str ^0.2.0
normal
unescaper ^0.1.2
normal
env_logger ^0.11.3
dev
pretty_assertions ^1.4.0
dev
test-log ^0.2.16
dev
Versions
31.4%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cairo_
lang_
parser
2.9.0-dev.0
Module parser
Module Items
Structs
Enums
Type Aliases
In crate cairo_
lang_
parser
cairo_lang_parser
Module
parser
Copy item path
source
Structs
§
Parser
Pending
Parser
Diagnostic
A parser diagnostic that is not yet reported as it is accumulated with similar consecutive diagnostics.
Enums
§
TryParse
Failure
The possible results of a try_parse_* function failing to parse.
Type Aliases
§
TryParse
Result
The result of a try_parse_* functions.