Docs.rs
  • cairo-lang-parser-2.8.2
    • cairo-lang-parser 2.8.2
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gilbens-starkware
    • orizi
    • Dependencies
      • cairo-lang-diagnostics ~2.8.2 normal
      • cairo-lang-filesystem ~2.8.2 normal
      • cairo-lang-syntax ~2.8.2 normal
      • cairo-lang-syntax-codegen ~2.8.2 normal
      • cairo-lang-utils ~2.8.2 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
    • 32.2% of the crate is documented
  • Go to latest version
  • 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_parser2.8.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • db::FileExprSyntaxQuery
  • db::FileModuleSyntaxQuery
  • db::FileSyntaxDiagnosticsQuery
  • db::FileSyntaxQuery
  • db::ParserDatabase
  • db::ParserGroupGroupStorage__
  • db::PrivFileSyntaxDataQuery
  • db::SyntaxData
  • diagnostic::ParserDiagnostic
  • lexer::Lexer
  • lexer::LexerTerminal
  • parser::Parser
  • parser::PendingParserDiagnostic
  • utils::SimpleParserDatabase

Enums

  • diagnostic::ParserDiagnosticKind
  • parser::TryParseFailure

Traits

  • db::ParserGroup

Functions

  • colored_printer::is_empty_kind
  • colored_printer::print_colored
  • db::file_expr_syntax
  • db::file_module_syntax
  • db::file_syntax
  • db::file_syntax_diagnostics
  • db::priv_file_syntax_data
  • operators::get_post_operator_precedence
  • operators::get_unary_operator_precedence
  • printer::print_partial_tree
  • printer::print_tree
  • utils::get_syntax_file_and_diagnostics
  • utils::get_syntax_root_and_diagnostics
  • utils::get_syntax_root_and_diagnostics_from_file

Type Aliases

  • parser::TryParseResult