glihm / starknet-abigen-rs

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

Add custom derive from abigen #13

Open glihm opened 1 year ago

glihm commented 1 year ago

As in ethers-rs, a use may pass all the additional trait that may be derived automatically for a struct/enum.

abigen!(MyContract, "abi.json", [Serialize, Deserialize, ...])

Or do we want to, by default, implement them?