glihm / starknet-abigen-rs

Exploratory work on abigen in rust for Starknet 🦀
Apache License 2.0
15 stars 1 forks source link

Generate traits from `impl` #11

Open glihm opened 1 year ago

glihm commented 1 year ago

In the recent changes of the ABI, the impl ABI entries represent the contract interfaces that are declared in cairo.

We may be interested at parsing those ones, in order to generate some traits. This will allow developers to implement them in rust.