foundry-rs / compilers

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

Extract all solc Compiler Input / Ouput type bindings to standalone crate #44

Open mattsse opened 5 months ago

mattsse commented 5 months ago

move the solc types to a standalone crate so they are easier to consume

holic commented 4 months ago

out of curiosity, would these output types include the shape of generated JSON files/artifacts?