Graph.Serializers.Edgelist (libgraph v0.16.0)

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

Link to this section Summary

Functions

Callback implementation for Graph.Serializer.serialize/1.

Link to this section Functions

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

Callback implementation for Graph.Serializer.serialize/1.