Docs.rs
cairo-lang-lowering-2.8.5
cairo-lang-lowering 2.8.5
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
spapinistarkware
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ~2.8.5
normal
cairo-lang-defs ~2.8.5
normal
cairo-lang-diagnostics ~2.8.5
normal
cairo-lang-filesystem ~2.8.5
normal
cairo-lang-parser ~2.8.5
normal
cairo-lang-proc-macros ~2.8.5
normal
cairo-lang-semantic ~2.8.5
normal
cairo-lang-syntax ~2.8.5
normal
cairo-lang-utils ~2.8.5
normal
id-arena ^2.2.1
normal
itertools ^0.12.1
normal
log ^0.4.21
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
env_logger ^0.11.3
dev
indoc ^2.0.5
dev
pretty_assertions ^1.4.0
dev
test-log ^0.2.16
dev
Versions
50.53%
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_
lowering
2.8.5
Module reorder_
statements
Module Items
Structs
Functions
In cairo_
lang_
lowering::
optimizations
cairo_lang_lowering
::
optimizations
Module
reorder_statements
Copy item path
Source
Structs
§
Reorder
Statements
Context
Reorder
Statements
Info
Functions
§
reorder_
statements
Reorder the statements in the lowering in order to move variable definitions closer to their usage. Statement with no side effects and unused outputs are removed.