4311ff3538ac30e65b217d953e752f565b88b1e3
[ldk-c-bindings] / lightning-c-bindings / src / routing / mod.rs
1 //! Structs and impls for receiving messages about the network and storing the topology live here.
2
3 use std::ffi::c_void;
4 use bitcoin::hashes::Hash;
5 use crate::c_types::*;
6
7 pub mod router;
8 pub mod network_graph;