Update auto-generated C bindings with new documentation
[ldk-c-bindings] / lightning-c-bindings / src / lib.rs
1 // This file is Copyright its original authors, visible in version control
2 // history and in the source files from which this was generated.
3 //
4 // This file is licensed under the license available in the LICENSE or LICENSE.md
5 // file in the root of this repository or, if no such file exists, the same
6 // license as that which applies to the original source files from which this
7 // source was automatically generated.
8
9 //!lightning
10 //! Rust-Lightning, not Rusty's Lightning!
11 //!
12 //! A full-featured but also flexible lightning implementation, in library form. This allows the
13 //! user (you) to decide how they wish to use it instead of being a fully self-contained daemon.
14 //! This means there is no built-in threading/execution environment and it's up to the user to
15 //! figure out how best to make networking happen/timers fire/things get written to disk/keys get
16 //! generated/etc. This makes it a good candidate for tight integration into an existing wallet
17 //! instead of having a rather-separate lightning appendage to a wallet.
18 #![allow(unknown_lints)]
19 #![allow(non_camel_case_types)]
20 #![allow(non_snake_case)]
21 #![allow(unused_imports)]
22 #![allow(unused_variables)]
23 #![allow(unused_mut)]
24 #![allow(unused_parens)]
25 #![allow(unused_unsafe)]
26 #![allow(unused_braces)]
27 #![deny(missing_docs)]
28 pub mod c_types;
29 pub mod bitcoin;
30 pub mod util;
31 pub mod chain;
32 pub mod ln;
33 pub mod routing;