Skip to content

Parse Graphviz .dot file to Graph? #446

@mankinskin

Description

@mankinskin

Summary

Extension to petgraph::dot::Dot to parse graph from dot file.

Motivation

There currently is a way to write Graphs to dot files but there is no way to read a Graph from a dot file into your program.

Details

The best I could find was dot_parse which seems to implement a low level parser for dot files. Maybe this can help reading dot files to petgraph graphs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions