Docs.rs
  • cairo-lang-sierra-generator-2.1.2
    • cairo-lang-sierra-generator 2.1.2
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • gilbens-starkware
    • orizi
    • Dependencies
      • cairo-lang-debug =2.1.2 normal
      • cairo-lang-defs =2.1.2 normal
      • cairo-lang-diagnostics =2.1.2 normal
      • cairo-lang-filesystem =2.1.2 normal
      • cairo-lang-lowering =2.1.2 normal
      • cairo-lang-parser =2.1.2 normal
      • cairo-lang-plugins =2.1.2 normal
      • cairo-lang-proc-macros =2.1.2 normal
      • cairo-lang-semantic =2.1.2 normal
      • cairo-lang-sierra =2.1.2 normal
      • cairo-lang-syntax =2.1.2 normal
      • cairo-lang-utils =2.1.2 normal
      • id-arena ^2.2.1 normal
      • indexmap ^2.0.0 normal
      • itertools ^0.11.0 normal
      • num-bigint ^0.4 normal
      • salsa ^0.16.1 normal
      • smol_str ^0.2.0 normal
      • env_logger ^0.10.0 dev
      • indoc ^2.0.1 dev
      • log ^0.4 dev
      • pretty_assertions ^1.2.1 dev
      • test-case ^3.1.0 dev
      • test-log ^0.2.11 dev
    • Versions
    • 53.47% 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_sierra_generator2.1.2

Module db

  • Structs
  • Enums
  • Traits
  • Functions

In crate cairo_lang_sierra_generator

?
Change settings

Module cairo_lang_sierra_generator::db

source ·

Structs

  • FunctionWithBodySierraQuery
  • GetApChangeQuery
  • GetConcreteLongTypeIdQuery
  • GetConcreteTypeIdQuery
  • GetFunctionSignatureQuery
  • GetSierraProgramForFunctionsQuery
  • GetSierraProgramQuery
  • GetTypeInfoQuery
  • InternConcreteLibFuncLookupQuery
  • InternConcreteLibFuncQuery
  • InternConcreteTypeLookupQuery
  • InternConcreteTypeQuery
  • InternLabelIdLookupQuery
  • InternLabelIdQuery
  • InternSierraFunctionLookupQuery
  • InternSierraFunctionQuery
  • IsSelfReferentialQuery
  • PrivFunctionWithBodySierraDataQuery
  • SierraGenDatabase
    Representative struct for the query group.
  • SierraGenGroupGroupStorage__
  • TypeDependenciesQuery

Enums

  • SierraGeneratorTypeLongId
    Helper type for Sierra long ids, which can be either a type long id or a cycle breaker. This is required for cases where the type long id is self referential.

Traits

  • SierraGenGroup

Functions

  • sierra_concrete_long_id
    Returns the concrete Sierra long type id given the concrete id.