An open API service indexing awesome lists of open source software.

https://github.com/pseitz/dot

dot implementation extracted from rustc graphviz
https://github.com/pseitz/dot

Last synced: about 1 year ago
JSON representation

dot implementation extracted from rustc graphviz

Awesome Lists containing this project

README

          

Copied from rustc with some planned minor changes:

- Write trait uses fmt::write instead of io::Write. Reasoning behind is that it's easier to implement Display for types and the fmt::Write methods are sufficent.
- Provide freestyle styling of nodes instead of a limited set of options