Parser for Graph Modeling Language (https://en.wikipedia.org/wiki/GraphModellingLanguage). This can efficiently read and parse GML files into a Graph data structure containing Nodes and Edges.
Please check out the docs at: https://docs.rs/gmlparser/latest/gmlparser/
I'm open to PRs to improve this if you have ideas.
If you can find a proper specifiation the GML grammar, that would be highly appreciated. I just made up the grammar file to best match what I understand GML to look like.