2 releases

0.0.2 Dec 30, 2024
0.0.1 Nov 21, 2024

#6 in #petgraph

Download history 134/week @ 2024-11-20 15/week @ 2024-11-27 42/week @ 2024-12-04 19/week @ 2024-12-11 131/week @ 2024-12-25 24/week @ 2025-01-01

197 downloads per month

MIT license

27KB
603 lines

Ilmen DOT PARSER

A standard and basic library to read from file, manipulate and write DOT graph.

This is still a project under construction and primiraly use by myself for fun in other personal projects.

The API is still under reflexion and may evolve rapidly and abruptly.

As it's first use with petgraph you can use the petgraph feature to allow simplified conversion from DotGraph to petgraph::StableGraph.

Standard usage:

let graph : DotGraph = DotGraph::graph_from_file("./graph.dot").unwrap();

let as_dot_content : String = graph.write("./graph.dot");  

Feel free to open issues.

Dependencies

~2.4–3.5MB
~56K SLoC