Add module level documentation for prelude, models, and testing

This commit is contained in:
2026-07-24 20:57:19 +02:00
parent 6e80b2fc9a
commit 99bab32f8c
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//! Concrete graph topology models.
pub mod append_graph;
pub mod graph;