Packages

Comprehensive graph file format I/O for the yog graph library - Support for GraphML, GDF, JSON (D3, Cytoscape, VisJs), TGF, LEDA, Pajek, Adjacency List/Matrix, and Matrix Market

Current section

Files

Jump to
yog_io include yog_io@leda_LedaOptions.hrl
Raw

include/yog_io@leda_LedaOptions.hrl

-record(leda_options, {
node_serializer :: fun((any()) -> binary()),
edge_serializer :: fun((any()) -> binary()),
node_deserializer :: fun((binary()) -> any()),
edge_deserializer :: fun((binary()) -> any())
}).