foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
58 stars 34 forks source link

refactor: unify sources and filtered sources #162

Closed DaniPopes closed 6 days ago

DaniPopes commented 6 days ago

Allows reusing resources and just doing retain instead of .into_iter().collect() on 3 nested maps