Add GraphTopology trait and use it to interface graph model with algorithm

This commit is contained in:
2026-04-22 14:26:35 +02:00
parent 489ed6d506
commit da9ba7b0ad
5 changed files with 79 additions and 53 deletions
+1
View File
@@ -1,2 +1,3 @@
pub mod algorithms;
pub mod models;
pub mod traits;