Right now we use lowercase to 1) Cairo type representation in Rust 2) Original Rust type in uint, int, bool. But I think it's not good practice to have exact same name with original rust type. Maybe we can use remco/uint to Cairo type in Rust as uppercase struct ( Alloy did same approach ).
Right now we use lowercase to 1) Cairo type representation in Rust 2) Original Rust type in
uint
,int
,bool
. But I think it's not good practice to have exact same name with original rust type. Maybe we can use remco/uint to Cairo type in Rust as uppercase struct ( Alloy did same approach ).reference
https://github.com/alloy-rs/core/blob/main/crates/dyn-abi/src/resolve.rs