This crate provides trait definitions and implementation that help to layout and render graphs.
- support for petgraph graphs (via the
petgraph
feature flag) - basic layout engine (Fruchterman Reingold approach)
- basic static or animated svg rendering (via
svg
feature flat)
More examples can be found here