Docs.rs
cairo-lang-lowering-2.16.0
cairo-lang-lowering 2.16.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
assert_matches ^1.5
normal
cairo-lang-debug =2.16.0
normal
cairo-lang-defs =2.16.0
normal
cairo-lang-diagnostics =2.16.0
normal
cairo-lang-filesystem =2.16.0
normal
cairo-lang-proc-macros =2.16.0
normal
cairo-lang-semantic =2.16.0
normal
cairo-lang-syntax =2.16.0
normal
cairo-lang-utils =2.16.0
normal
id-arena ^2.2.1
normal
indent ^0.1.1
normal
itertools ^0.14.0
normal
log ^0.4.27
normal
num-bigint ^0.4.6
normal
num-integer ^0.1.46
normal
num-traits ^0.2.19
normal
postcard ^1.1.3
normal
salsa ^0.26.0
normal
serde ^1.0.219
normal
starknet-types-core ^0.2.4
normal
thiserror ^2.0.12
normal
tracing ^0.1.40
normal
indoc ^2.0.6
dev
pretty_assertions ^1.4.1
dev
Versions
49.88%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
StatementLocation
cairo_
lang_
lowering
2.16.0
In cairo_
lang_
lowering::
analysis
cairo_lang_lowering
::
analysis
Type Alias
Statement
Location
Copy item path
Source
pub type StatementLocation = (
BlockId
,
usize
);
Expand description
Location of a lowering statement inside a block.