OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
239 stars 79 forks source link

Refactor proc macros #164

Closed rory-ocl closed 3 weeks ago

rory-ocl commented 1 month ago

Description

This is a rather large refactor of the stylus proc macros with the main goal of improving maintainability, testability, and documentation of these macros. The following changes have been made:

A little more work is going to be done before this is ready for merge, but it will be good to get this out for review since it is such a large set of changes.

Checklist