Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 521 Bytes

GraphML library for Go

The goal of the project is to provide a lossless encoder and decoder for GraphML.

Status

The library can successfully roundtrip GraphML of following applications:

Supported features:

  • Nodes, Edges

  • Multiple graphs

  • Subgraphs inside nodes

  • Custom data for any node kind (key, data)

Not yet supported:

  • Hyper-Edges

  • Ports

  • Endpoints