Add crate doc front-page, and update readme
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user