X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-c-bindings%2Fsrc%2Flib.rs;h=9fffc70a0031e8b27f54a44c1cfdd88e03add2c2;hb=ea2409237d116fb016af8f2e7e26f12014157450;hp=89dfc090340ffc94593dc752139280d815542a9c;hpb=1495575b517c90da925698da14f627bf0d5b313f;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/lib.rs b/lightning-c-bindings/src/lib.rs index 89dfc09..9fffc70 100644 --- a/lightning-c-bindings/src/lib.rs +++ b/lightning-c-bindings/src/lib.rs @@ -1,3 +1,11 @@ +// This file is Copyright its original authors, visible in version control +// history and in the source files from which this was generated. +// +// This file is licensed under the license available in the LICENSE or LICENSE.md +// file in the root of this repository or, if no such file exists, the same +// license as that which applies to the original source files from which this +// source was automatically generated. + //!lightning //! Rust-Lightning, not Rusty's Lightning! //! @@ -16,8 +24,9 @@ #![allow(unused_parens)] #![allow(unused_unsafe)] #![allow(unused_braces)] -mod c_types; -mod bitcoin; +#![deny(missing_docs)] +pub mod c_types; +pub mod bitcoin; pub mod util; pub mod chain; pub mod ln;