Represent forc
output as Event
s for better interop with downstream tools
#885
Labels
forc
output as Event
s for better interop with downstream tools
#885
Cargo has the ability to emit compilation events via stdout as both human-readable lines of text and JSON. This is useful for downstream tools that may want to interact with an existing
forc
installation rather than using the library. Having someEvent
abstraction for compilation/updating events withSerialize
andDisplay
implementations would make this easier to achieve.The text was updated successfully, but these errors were encountered: