Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support emitting more kinds of output #8

Open
2 of 4 tasks
fitzgen opened this issue Feb 16, 2018 · 2 comments
Open
2 of 4 tasks

Support emitting more kinds of output #8

fitzgen opened this issue Feb 16, 2018 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed mentored

Comments

@fitzgen
Copy link
Member

fitzgen commented Feb 16, 2018

Right now we support:

  • human readable text
  • JSON

but it would be great to also emit:

  • CSV
  • Graphviz Dot

See ./traits/traits.rs and grep for impl Emit for

@fitzgen fitzgen added enhancement New feature or request help wanted Extra attention is needed mentored labels Feb 16, 2018
@fitzgen
Copy link
Member Author

fitzgen commented Apr 18, 2018

Note: JSON support was recently added.

@data-pup
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed mentored
Projects
None yet
Development

No branches or pull requests

2 participants