Docs.rs
cairo-lang-semantic-1.0.0-alpha.2
cairo-lang-semantic 1.0.0-alpha.2
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ^1.0.0-alpha.2
normal
cairo-lang-defs ^1.0.0-alpha.2
normal
cairo-lang-diagnostics ^1.0.0-alpha.2
normal
cairo-lang-filesystem ^1.0.0-alpha.2
normal
cairo-lang-parser ^1.0.0-alpha.2
normal
cairo-lang-proc-macros ^1.0.0-alpha.2
normal
cairo-lang-syntax ^1.0.0-alpha.2
normal
cairo-lang-utils ^1.0.0-alpha.2
normal
id-arena ^2.2.1
normal
itertools ^0.10.3
normal
num-bigint ^0.4
normal
num-traits ^0.2
normal
pretty_assertions ^1.2.1
normal
salsa ^0.16.1
normal
smol_str ^0.1.23
normal
unescaper ^0.1.1
normal
assert_matches ^1.5
dev
env_logger ^0.9.3
dev
indoc ^1.0.7
dev
log ^0.4
dev
pretty_assertions ^1.2.1
dev
test-case ^2.2.2
dev
test-log ^0.2.11
dev
Versions
38.3%
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
☰
Module expr
Modules
?
Module
cairo_lang_semantic
::
expr
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