Add crate doc front-page, and update readme
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pub mod append_graph;
|
||||
pub mod graph;
|
||||
|
||||
// TODO: Compressed-sparse-row graph model.
|
||||
|
||||
pub use append_graph::{AppendGraph, AppendGraphEdgeMap, AppendGraphVertexMap};
|
||||
pub use graph::{Graph, GraphEdgeMap, GraphVertexMap};
|
||||
|
||||
Reference in New Issue
Block a user