twiggy icon indicating copy to clipboard operation
twiggy copied to clipboard

Support emitting more kinds of output

Open fitzgen opened this issue 7 years ago • 2 comments

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

fitzgen avatar Feb 16 '18 13:02 fitzgen

Note: JSON support was recently added.

fitzgen avatar Apr 18 '18 00:04 fitzgen

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

data-pup avatar Aug 15 '18 20:08 data-pup