Registry / crypto / lnpbp
library0.9.0rscratesunverified

Core library implementing LNPBP specifications and standards for Bitcoin and Lightning Network protocols.

# Cargo.toml [dependencies] lnpbp = "0.9.0"
INSTALL
IMPORT
SIG · LNPBP
L
lnpbp
cryptorustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Block
use lnpbp::bp::Block;

Reference the Bitcoin Block type from LNP/BP.

use lnpbp::bp::Block; fn main() { // Block type placeholder; actual usage requires blockchain data. println!("LNP/BP Block type available"); }
Debug
Known issues
gotchaHeavy dependency tree; may increase compile times significantly.
fix
Use feature flags to minimize dependencies if only specific parts are needed.
affects: >=0.8
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lnpbp — cargo add lnpbp · libregistry