Add crate doc front-page, and update readme

This commit is contained in:
2026-07-14 20:01:08 +02:00
parent b6c27ea605
commit c131f520f4
4 changed files with 188 additions and 3 deletions
-1
View File
@@ -23,7 +23,6 @@ impl<V: Copy, T: Clone> VertexMap<V, T> {
self.capacity()
}
pub fn sync<G: GraphTopology<Vertex = V>>(&mut self, graph: &G) {
self.inner.resize(graph.vertex_capacity());
}