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 679b597f92 - Show all commits
+1
View File
@@ -1,3 +1,4 @@
// TODO: Vertex (and Incidence?) should be references of Graph data, not plain indices into the internal (Vec) data structures.
// TODO: Vertex value must not be public. // TODO: Vertex value must not be public.
#[derive(Copy, Clone, PartialEq, Eq, Debug)] #[derive(Copy, Clone, PartialEq, Eq, Debug)]
pub struct Vertex(pub usize); pub struct Vertex(pub usize);