bitcoin-payment-instructions

Crates.iobitcoin-payment-instructions
lib.rsbitcoin-payment-instructions
version0.5.0
created_at2025-03-19 21:35:58.438717+00
updated_at2025-09-02 13:51:14.557992+00
descriptionA parser for arbitrary bitcoin payment instructions.
homepage
repositoryhttps://github.com/rust-bitcoin/bitcoin-payment-instructions
max_upload_size
id1598628
size112,408
Matt Corallo (TheBlueMatt)

documentation

README

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.

Commit count: 51

cargo fmt