rust-lightning/lightning-invoice
Matt Corallo a8c03f455a
Bump crate versions to 0.1.0/invoice 0.33.0/dns-resolver 0.2
Sadly, dns-resolver got uploaded as 0.1.0 without a -beta1 tag (and
yanked), and thus we release it here as 0.2.0.
2025-01-28 16:45:09 +01:00
..
src RawBolt11Invoice to/from ascii utilities 2025-01-27 16:27:56 +01:00
tests rustfmt: Run on lightning-invoice/tests/ser_de.rs 2024-11-14 13:51:09 +01:00
.gitignore Pure import of lightning-invoice crate 2021-04-09 10:08:27 -04:00
Cargo.toml Bump crate versions to 0.1.0/invoice 0.33.0/dns-resolver 0.2 2025-01-28 16:45:09 +01:00
README.md Clean up lightning-invoice Cargo.toml and README 2021-04-09 10:08:27 -04:00

lightning-invoice

Docs.rs

This repo provides data structures for BOLT 11 lightning invoices and functions to parse and serialize these from and to bech32.

Please be sure to run the test suite since we need to check assumptions regarding SystemTime's bounds on your platform. You can also call check_platform on startup or in your test suite to do so.