Docs.rs
bright-lightning-0.1.4
bright-lightning 0.1.4
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
42Pupusas
Dependencies
anyhow ^1.0.94
normal
base64 ^0.22.1
normal
lightning-invoice ^0.32.0
normal
serde ^1.0.215
normal
serde_json ^1.0.133
normal
sha2 ^0.10.8
normal
tracing-subscriber ^0.3.18
dev
tracing-test ^0.2.5
dev
futures-util ^0.3.30
normal
httparse ^1.9.4
normal
native-tls ^0.2.12
normal
reqwest ^0.12.7
normal
secp256k1 ^0.30.0
normal
tokio ^1.42.0
normal
tokio-tungstenite ^0.24.0
normal
tracing ^0.1.40
normal
url ^2.5.2
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
bright_lightning/
lib.rs
1
2
3
4
mod
ln_address;
mod
lnd;
pub use
ln_address::
*
;
pub use
lnd::
*
;