warrence 3565b6b548 Remove pub from structs and fields that should have been private
Graph fields can now be private because of the new iterators Graph::vertices()
and Graph::neighbors(). Without them there was no way to access vertices and
incidences without the public Graph fields.
2025-10-25 01:23:05 +02:00
2025-10-03 17:39:03 +02:00
2025-10-06 10:22:34 +02:00
2025-10-03 17:39:03 +02:00
2025-10-03 17:39:03 +02:00

grapherity

Graph editing, algorithms, and visualization

S
Description
Graph models and algorithms
Readme 490 KiB
Languages
Rust 100%