network_graph 0.1.2

Network-style graph utilities and egui widget
Documentation
1
2
3
4
5
6
//! network_graph is a library that provides tools for representing network-style graphs, as well
//! as an egui widget for making interactive graphs.

pub mod graph;
#[cfg(feature = "egui")]
pub mod widget;