Initial release #1

Merged
warrence merged 102 commits from dev into main 2026-06-30 10:26:52 +02:00
Showing only changes of commit 18245b9955 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@
// TODO: Split out GraphTopologyAddition trait.
pub trait GraphTopology {
type Vertex: Copy + Eq;
type Edge;
type Edge: Copy + Eq;
fn vertex_count(&self) -> usize;
fn edge_count(&self) -> usize;