rust-lightning/lightning/src/routing/mod.rs

4 lines
116 B
Rust
Raw Normal View History

2020-05-02 09:37:38 -04:00
//! Structs and impls for receiving messages about the network and storing the topology live here.
pub mod router;