Pin compiler_builtins to 0.1.109 when building std
[ldk-c-bindings] / lightning-c-bindings / src / lightning / routing / mod.rs
index 153f9df9020313810d978544b04fa9894a78699d..ec1927127bc30f9a7dc4a7ab04dd3f85d9d0c43c 100644 (file)
@@ -9,6 +9,7 @@
 //! Structs and impls for receiving messages about the network and storing the topology live here.
 
 use alloc::str::FromStr;
+use alloc::string::String;
 use core::ffi::c_void;
 use core::convert::Infallible;
 use bitcoin::hashes::Hash;
@@ -16,6 +17,7 @@ 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 scoring;