Docs.rs
cairo-lang-semantic-2.10.0
cairo-lang-semantic 2.10.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ~2.10.0
normal
cairo-lang-defs ~2.10.0
normal
cairo-lang-diagnostics ~2.10.0
normal
cairo-lang-filesystem ~2.10.0
normal
cairo-lang-parser ~2.10.0
normal
cairo-lang-plugins ~2.10.0
normal
cairo-lang-proc-macros ~2.10.0
normal
cairo-lang-syntax ~2.10.0
normal
cairo-lang-test-utils ~2.10.0
normal
optional
cairo-lang-utils ~2.10.0
normal
id-arena ^2.2.1
normal
indoc ^2.0.5
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
sha3 ^0.10.8
normal
smol_str ^0.2.0
normal
toml ^0.8.12
normal
optional
env_logger ^0.11.3
dev
log ^0.4.21
dev
pretty_assertions ^1.4.0
dev
test-log ^0.2.16
dev
toml ^0.8.12
dev
Versions
48.39%
of the crate is documented
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_
semantic
2.10.0
Module expr
Module Items
Modules
In crate cairo_
lang_
semantic
cairo_lang_semantic
Module
expr
Copy item path
Source
Expand description
This module is responsible for inner code elements, such as expressions and statements.
Modules
ยง
compute
This module is responsible of computing the semantic model of expressions and statements in the code, while type checking. It is invoked by queries for function bodies and other code blocks.
fmt
inference
Bidirectional type inference.
objects
pattern