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
+2
View File
@@ -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};