Update todos

This commit is contained in:
2026-04-23 22:49:12 +02:00
parent 37a911dce0
commit 0a30307a0d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
// TODO: Add functions to reserve memory for vertices and edges.
// TODO: Add iterator of edges.
// TODO: Split out GraphTopologyAddition trait.
pub trait GraphTopology {
type Vertex: Copy + Eq;
type Edge;