starknet_in_rust 0.4.0

A Rust implementation of Starknet execution logic
Documentation
1
2
3
4
5
6
7
8
func not_main() {
    [ap] = 123;
    ret;
}

func main() {
    ret;
}