From 401fc582be8928b12815202e4061878b5631312f Mon Sep 17 00:00:00 2001 From: seancarroll Date: Sat, 5 Dec 2020 16:11:37 -0600 Subject: initial commit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..329ad72 --- /dev/null +++ b/README.md @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3