alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
763 stars 137 forks source link

refactor: move `expand` from `sol-macro` to its own crate #626

Closed yash-atreya closed 4 months ago

yash-atreya commented 4 months ago

Motivation

https://github.com/foundry-rs/foundry/pull/7919

Solution

Create new crate sol-macro-expander

PR Checklist