Move router to a separate module
[rust-lightning] / lightning / src / routing / mod.rs
diff --git a/lightning/src/routing/mod.rs b/lightning/src/routing/mod.rs
new file mode 100644 (file)
index 0000000..9e72d7c
--- /dev/null
@@ -0,0 +1,3 @@
+//! Structs and impls for receiving messages about the network and storing the topology live here.
+
+pub mod router;