Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lib.rs
index 3485c467f235e9e8bc0e74c8ce06533a864435d3..a0beebd06997321139a7be45e539ac11243bec5c 100644 (file)
 #![allow(unused_parens)]
 #![allow(unused_unsafe)]
 #![allow(unused_braces)]
+#![cfg_attr(not(feature = "std"), no_std)]
+#[cfg(not(any(feature = "std", feature = "no-std")))]
+compile_error!("at least one of the `std` or `no-std` features must be enabled");
+extern crate alloc;
+pub mod version;
 pub mod c_types;
 pub mod bitcoin;
 pub mod lightning;
 pub mod lightning_persister;
+pub mod lightning_background_processor;
 pub mod lightning_invoice;