X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Flightning%2Fmod.rs;fp=lightning-c-bindings%2Fsrc%2Flightning%2Fmod.rs;h=e473d63115c254d918ca181bdf5ffd900bd02ccb;hb=5eebd45b471833805e81ad4c23ec93d7711e0a23;hp=6244aff14c61592a2ec6087a16de09d2aeebfc5b;hpb=c35ef17b94a8f4e9e019a2b63e0ed22110671b9c;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/lightning/mod.rs b/lightning-c-bindings/src/lightning/mod.rs index 6244aff..e473d63 100644 --- a/lightning-c-bindings/src/lightning/mod.rs +++ b/lightning-c-bindings/src/lightning/mod.rs @@ -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::*;