Docs.rs
cairo-native-0.9.0-rc.7
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
cairo-native 0.9.0-rc.7
A compiler to convert Cairo's IR Sierra code to MLIR and execute it.
Crate
Source
Builds
Feature flags
Hide files
..
benches
compile_benches
disabled_benches
examples
array_append.cairo
array_get.cairo
branching.cairo
echo.cairo
enum_match.cairo
erc20.cairo
hello.cairo
ops.cairo
pedersen_ex.cairo
print.cairo
recursion.cairo
sample.cairo
simple.cairo
simple_struct.cairo
1
2
3
4
5
6
7
8
9
struct Hello { a: felt252 } fn main() -> Hello { Hello { a: 100 } }