twiggy
twiggy copied to clipboard
Support emitting more kinds of output
Right now we support:
- [X] human readable text
- [X] JSON
but it would be great to also emit:
- [ ] CSV
- [ ] Graphviz Dot
See ./traits/traits.rs and grep for impl Emit for
Note: JSON support was recently added.
While digging about for solutions to another issue, I noticed the petgraph crate offers Dot output. This might be useful for some of the sub-commands :)
https://docs.rs/petgraph/0.4.12/petgraph/dot/index.html