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