Would it be possible/make sense, to use petgraph graphs as store implementations for gryf?
petgraph is aroung for longer and used more, and it has more tooling/algorithms around it (I estimate), while gryf has a nicer interface/API.
If we had the above, I could primarily use gryf in my code, but use a petgraph as storage, and used e.g. fdg-sim for layouting (for rendering).
How feasible is that, or what alternative ways for combining would you see?
Would it be possible/make sense, to use petgraph graphs as store implementations for gryf?
petgraph is aroung for longer and used more, and it has more tooling/algorithms around it (I estimate), while gryf has a nicer interface/API.
If we had the above, I could primarily use gryf in my code, but use a petgraph as storage, and used e.g. fdg-sim for layouting (for rendering).
How feasible is that, or what alternative ways for combining would you see?