Crates.io | gml_parser |
lib.rs | gml_parser |
version | 0.1.1 |
source | src |
created_at | 2022-11-24 04:13:19.562168 |
updated_at | 2022-12-09 20:20:09.583801 |
description | A fast and simple Graph Modeling Language (GML) parser |
homepage | |
repository | https://github.com/zaporter/gml_parser |
max_upload_size | |
id | 721995 |
size | 23,536 |
Parser for Graph Modeling Language (https://en.wikipedia.org/wiki/Graph_Modelling_Language). 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/gml_parser/latest/gml_parser/
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.