starknet_in_rust 0.4.0

A Rust implementation of Starknet execution logic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod business_logic_syscall_handler;
pub mod deprecated_business_logic_syscall_handler;
pub mod deprecated_syscall_handler;
pub mod deprecated_syscall_request;
pub mod deprecated_syscall_response;
pub mod hint_code;
pub mod other_syscalls;
pub mod syscall_handler;
pub mod syscall_handler_errors;
pub mod syscall_info;
pub mod syscall_request;
pub mod syscall_response;