Update auto-generated bindings with lightning-invoice
[ldk-c-bindings] / lightning-c-bindings / src / lightning / mod.rs
index 6244aff14c61592a2ec6087a16de09d2aeebfc5b..e473d63115c254d918ca181bdf5ffd900bd02ccb 100644 (file)
@@ -6,6 +6,7 @@
 // license as that which applies to the original source files from which this
 // source was automatically generated.
 
+//!lightning
 //! Rust-Lightning, not Rusty's Lightning!
 //!
 //! A full-featured but also flexible lightning implementation, in library form. This allows the
@@ -15,6 +16,7 @@
 //! generated/etc. This makes it a good candidate for tight integration into an existing wallet
 //! instead of having a rather-separate lightning appendage to a wallet.
 
+use std::str::FromStr;
 use std::ffi::c_void;
 use bitcoin::hashes::Hash;
 use crate::c_types::*;