I'm working on a Rust project which uses the Graphviz library. Currently, I'm working on Ubuntu-based system where first I need to install Graphviz then I can use commands like:
dot -Tsvg test.gv -O
But what I need is a standalone executable that I can bundle up with my Rust project, so:
So, is there any way to do this?
Thanks in advance!
Since I'm using Electron to integrate with Graphviz and use on any OS. I'm using a node module that works beautifully with Graphviz and also supports the HTML-like label (expat library) too.