Docs.rs
cairo-lang-sierra-2.9.0-dev.0
cairo-lang-sierra 2.9.0-dev.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
spapinistarkware
gilbens-starkware
orizi
Dependencies
anyhow ^1.0.83
normal
cairo-lang-utils ~2.9.0-dev.0
normal
const-fnv1a-hash ^1.1.0
normal
convert_case ^0.6.0
normal
derivative ^2.2.0
normal
itertools ^0.12.1
normal
lalrpop-util ^0.20.2
normal
num-bigint ^0.4.5
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.200
normal
serde_json ^1.0.116
normal
sha3 ^0.10.8
normal
smol_str ^0.2.0
normal
starknet-types-core ^0.1.0
normal
thiserror ^1.0.60
normal
bimap ^0.6.3
dev
env_logger ^0.11.3
dev
indoc ^2.0.5
dev
pretty_assertions ^1.4.0
dev
test-case ^3.3.1
dev
test-log ^0.2.16
dev
lalrpop ^0.20.0
build
regex ^1
build
Versions
32.71%
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
cairo_
lang_
sierra
2.9.0-dev.0
Module boxing
Module Items
Structs
Enums
Functions
Type Aliases
In cairo_
lang_
sierra::
extensions::
modules
cairo_lang_sierra
::
extensions
::
modules
Module
boxing
Copy item path
source
Structs
§
BoxForward
Snapshot
Libfunc
Wrapped
Libfunc for converting
@Box<T>
into
Box<@T>
.
BoxType
Wrapped
Type wrapping a value.
Into
BoxLibfunc
Wrapped
Libfunc for wrapping an object of type T into a box.
Unbox
Libfunc
Wrapped
Libfunc for unboxing a
Box<T>
back into a T.
Enums
§
BoxConcrete
Libfunc
BoxLibfunc
Functions
§
box_ty
Helper for getting the
Box<T>
type.
Type Aliases
§
BoxForward
Snapshot
Libfunc
BoxType
Into
BoxLibfunc
Unbox
Libfunc