View Source Graph.Serializers.DOT (hologram v0.2.0)

This serializer converts a Graph to a DOT file, which can then be converted to a great many other formats using Graphviz, e.g. dot -Tpng out.dot > out.png.

Summary

Functions

Callback implementation for Graph.Serializer.serialize/1.

Functions

serialize(g)

Callback implementation for Graph.Serializer.serialize/1.