Docs.rs
lightning-0.1.4
lightning 0.1.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
TheBlueMatt
github:lightningdevkit:rust-lightning-publishers
Dependencies
backtrace ^0.3
normal
optional
bech32 ^0.11.0
normal
bitcoin ^0.32.2
normal
dnssec-prover ^0.6
normal
hashbrown ^0.13
normal
libm ^0.2
normal
lightning-invoice ^0.33.0
normal
lightning-types ^0.2.0
normal
possiblyrandom ^0.2
normal
regex ^1.5.6
normal
optional
bitcoin ^0.32.2
dev
lightning-types ^0.2.0
dev
parking_lot ^0.12
dev
regex ^1.5.6
dev
criterion ^0.4
normal
optional
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lightning
0.1.4
lightning
Macro
log_error
Copy item path
Source
macro_rules! log_error { ($logger: expr, $($arg:tt)*) => { ... }; }
Expand description
Log at the
ERROR
level.