You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to generate a graph for a structure. I have a heavy numbers of structure for a parsing crate that contains each other a lot, and I would like to generate a visual graph of it. I know this is not the purpose of this repo but I search I didn't find anything.
So I wonder, if anyone know something that do it, or if that could be an additional feature of this crate.
That sounds interesting! Could be out of scope for this crate though.
regexident
changed the title
Request/Alternative Have a way to generate graph for structure/enum
Option to generate graph for structure/enum
Feb 11, 2021
I would like to be able to generate a graph for a structure. I have a heavy numbers of structure for a parsing crate that contains each other a lot, and I would like to generate a visual graph of it. I know this is not the purpose of this repo but I search I didn't find anything.
So I wonder, if anyone know something that do it, or if that could be an additional feature of this crate.
Example:
will produce:
and so will produce:
The text was updated successfully, but these errors were encountered: