gml_parser

Crates.iogml_parser
lib.rsgml_parser
version0.1.1
sourcesrc
created_at2022-11-24 04:13:19.562168
updated_at2022-12-09 20:20:09.583801
descriptionA fast and simple Graph Modeling Language (GML) parser
homepage
repositoryhttps://github.com/zaporter/gml_parser
max_upload_size
id721995
size23,536
Zack (zaporter)

documentation

README

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.

Commit count: 9

cargo fmt