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 eabde7d635 - Show all commits
+6
View File
@@ -61,6 +61,12 @@ impl AppendGraph {
} }
} }
impl Default for AppendGraph {
fn default() -> Self {
Self::new()
}
}
impl GraphTopology for AppendGraph { impl GraphTopology for AppendGraph {
type Vertex = Vertex; type Vertex = Vertex;