plotchy / evm-cfg

Symbolic stack CFG generator for EVM
178 stars 14 forks source link

feat: use display trait instead of debug for format #11

Closed igorline closed 1 year ago

igorline commented 1 year ago

It makes more sense to use normal Display trait format for the cfg elements, Debug trait format can be used to display info for debug purposes