[Feature] Add ability to decorate sol! macro with style attributes (snake_case
, serde rename)
#581
Labels
enhancement
New feature or request
snake_case
, serde rename)
#581
Component
contract
Describe the feature you would like
Follow up from: alloy-rs/examples#8 (comment)
Request is to add the ability to decorate
sol!
macro with style attributes.Consider the following:
This would, when having been decorated by a
snake_case
attribute be transformed in:Additional context
Any changes will be reflected in
alloy/examples
The text was updated successfully, but these errors were encountered: