Crate network_graph

Crate network_graph 

Source
Expand description

network_graph is a library that provides tools for representing network-style graphs, as well as an egui widget for making interactive graphs.

Modulesยง

graph
This module provides generic interfaces for network graphs. These interfaces are implemented for the members of crate::widget.
widget