Crates.io | bitcoin-payment-instructions |
lib.rs | bitcoin-payment-instructions |
version | 0.5.0 |
created_at | 2025-03-19 21:35:58.438717+00 |
updated_at | 2025-09-02 13:51:14.557992+00 |
description | A parser for arbitrary bitcoin payment instructions. |
homepage | |
repository | https://github.com/rust-bitcoin/bitcoin-payment-instructions |
max_upload_size | |
id | 1598628 |
size | 112,408 |
This crate contains a basic parser for Bitcoin Payment Instructions.
It supports various encodings which you might encounter in QR codes, typed/pasted into a text box, or opened via a system URI handler.
Any missing Payment Instruction formats should be added as soon as there is a standard encoding for address formats, ideally using a Rust crate that (a) has very minimal dependencies, (b) has a fairly conservative MSRV policy, and (c) has regular contribution from more than one individual.