Documentation updates #6

Merged
warrence merged 8 commits from release-0.2.3 into main 2026-07-17 11:16:49 +02:00
Showing only changes of commit e8568a084a - Show all commits
+1
View File
@@ -222,6 +222,7 @@ pub trait IncidenceCursor<G: GraphTopology + ?Sized> {
/// ```
/// # use grapherity::prelude::*;
/// # use grapherity::models::Graph;
/// # use grapherity::traits::IncidenceCursor;
/// // Constructs a graph with two vertices connected to `v`.
/// let mut graph = Graph::new();
/// let v = graph.add_vertex();