blob: 329ad7213627764a54953988b956784c3e36e863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Dotavious
A library for generating Graphviz DOT language files for graphs.
## Research
- https://github.com/HongxuChen/dot-rs/blob/master/src/lib.rs
- https://github.com/lk-chen/dot_parse-rust
- https://github.com/dylanowen/mdbook-graphviz
- https://github.com/petgraph/petgraph/blob/master/src/dot.rs
I'm not in love with this API design. Will work on building an alternative and see how it goes
Read https://graphviz.org/doc/info/lang.html
https://www.graphviz.org/pdf/dotguide.pdf
|