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
- Host: GitHub
- URL: https://github.com/pseitz/dot
- Owner: PSeitz
- Created: 2021-03-06T08:37:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T07:45:00.000Z (about 5 years ago)
- Last Synced: 2025-01-25T06:25:37.645Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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