Simple generic graphs
- generic node and edge types
- predictably fast performance
- predictably mild memory behavior
- predictably idiomatic API
- hard to misuse
$ nimph clone disruptek/gram
or if you're still using Nimble like it's 2012,
$ nimble install https://github.com/disruptek/gram
For this, you'll need to install
haxscramper's
hmisc and
hasts libraries; then you can
import gram/graphviz
to get the dotRepr
and toPng
procedures.
$ nimph clone hmisc
$ nimph clone hasts
I'm going to try a little harder with these docs by using runnableExamples
so the documentation demonstrates current usage examples and working tests
despite the rapidly-evolving API.
See the documentation for the gram module as generated directly from the source.
MIT