Docs.rs
cairo-lang-lowering-2.12.4
cairo-lang-lowering 2.12.4
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
assert_matches ^1.5
normal
bincode ^2
normal
cairo-lang-debug ~2.12.4
normal
cairo-lang-defs ~2.12.4
normal
cairo-lang-diagnostics ~2.12.4
normal
cairo-lang-filesystem ~2.12.4
normal
cairo-lang-parser ~2.12.4
normal
cairo-lang-proc-macros ~2.12.4
normal
cairo-lang-semantic ~2.12.4
normal
cairo-lang-syntax ~2.12.4
normal
cairo-lang-utils ~2.12.4
normal
id-arena ^2.2.1
normal
itertools ^0.14.0
normal
log ^0.4.25
normal
num-bigint ^0.4.6
normal
num-integer ^0.1.46
normal
num-traits ^0.2.19
normal
rust-analyzer-salsa ^0.17.0-pre.6
normal
serde ^1.0.217
normal
env_logger ^0.11.6
dev
indoc ^2.0.5
dev
pretty_assertions ^1.4.1
dev
test-log ^0.2.17
dev
Versions
52%
of the crate is documented
Go to latest version
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
Module blocks
cairo_
lang_
lowering
2.12.4
Module blocks
Module Items
Structs
In cairo_
lang_
lowering::
objects
cairo_lang_lowering
::
objects
Module
blocks
Copy item path
Source
Structs
ยง
BlockId
Blocks
Blocks
Builder
A convenient wrapper around a vector of blocks. This is used instead of id_arena, since the latter is harder to clone and modify.
Blocks
Iter