Docs.rs
cairo-lang-casm-2.9.0-dev.0
cairo-lang-casm 2.9.0-dev.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
spapinistarkware
gilbens-starkware
orizi
Dependencies
cairo-lang-utils ~2.9.0-dev.0
normal
indoc ^2.0.5
normal
num-bigint ^0.4.5
normal
num-traits ^0.2.19
normal
parity-scale-codec ^3.6.9
normal
optional
schemars ^0.8.19
normal
optional
serde ^1.0.200
normal
optional
env_logger ^0.11.3
dev
itertools ^0.12.1
dev
pretty_assertions ^1.4.0
dev
test-case ^3.3.1
dev
test-log ^0.2.16
dev
Versions
27.56%
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_
casm
2.9.0-dev.0
Module builder
Module Items
Structs
Traits
In crate cairo_
lang_
casm
cairo_lang_casm
Module
builder
Copy item path
source
Structs
§
Casm
Build
Result
The builder result.
Casm
Builder
Builder to more easily write casm code.
State
The state of the variables at some line.
Var
Variables for casm builder, representing a
CellExpression
.
Traits
§
ToOwned
A generalization of
Clone
to borrowed data.