Skip to content

Crate graphviz should Read as well as Write #21868

Description

@alexchandel

Presently the graphviz crate can only write out dot files, and only through the blanket GraphWalk trait, which describes a generic directed graph. Graphviz should also have the ability to read a dot file into memory, preserving the attributes of nodes and edges. This is probably one among many features that could be added to GraphWalk, but it would be immediately useful for parsing and manipulating dot files (a task I'm attempting right now).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions