Add concrete type aliases of VertexMap and EdgeMap for Graph and AppendGraph
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
pub mod append_graph;
|
||||
pub mod graph;
|
||||
|
||||
pub use append_graph::AppendGraph;
|
||||
pub use graph::Graph;
|
||||
pub use append_graph::{AppendGraph, AppendGraphEdgeMap, AppendGraphVertexMap};
|
||||
pub use graph::{Graph, GraphEdgeMap, GraphVertexMap};
|
||||
|
||||
Reference in New Issue
Block a user