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

This serializer converts a Graph to an edgelist suitable for using with graph libraries such as the polyglot igraph library.

Summary

Functions

Callback implementation for Graph.Serializer.serialize/1.

Functions

serialize(g)

@spec serialize(Graph.t()) :: {:ok, String.t()}

Callback implementation for Graph.Serializer.serialize/1.