Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lightning / routing / mod.rs
index 9cc0eb411ac8ab5dc0fc24416c8c775531e48bcb..d010ca5d084d327b7d303e92ea42e3360c394199 100644 (file)
@@ -8,10 +8,15 @@
 
 //! Structs and impls for receiving messages about the network and storing the topology live here.
 
-use std::str::FromStr;
-use std::ffi::c_void;
+use alloc::str::FromStr;
+use core::ffi::c_void;
+use core::convert::Infallible;
 use bitcoin::hashes::Hash;
 use crate::c_types::*;
+#[cfg(feature="no-std")]
+use alloc::{vec::Vec, boxed::Box};
 
+pub mod utxo;
+pub mod gossip;
 pub mod router;
-pub mod network_graph;
+pub mod scoring;