spayd

Crates.iospayd
lib.rsspayd
version0.2.2
sourcesrc
created_at2023-08-17 19:51:25.699215
updated_at2024-07-02 19:48:34.359559
descriptionText handling for Short Payment Descriptors (SPAYD or SPD)
homepagehttps://codeberg.org/KormaChameleon/spayd
repositoryhttps://codeberg.org/KormaChameleon/spayd
max_upload_size
id947364
size45,145
(Korma-Chameleon)

documentation

README

SPAYD (Short Payment Descriptor)

This library implements text processing for the Short Payment Descriptor format (SPAYD or SPD). This is a simple text format for payment requests, providing all the details required to make a bank transfer to the payee (destination account (IBAN), amount etc). The data is usually displayed as a QR code that can be scanned into a banking app. Although it is mainly used in Czechia and the Slovakia, the format is designed to handle international bank accounts and currencies.

This library only aims to handle the text processing of the data. QR scanning is already implemented in libraries such as qr_code and may be provided by other methods on mobile OSs.

Commit count: 0

cargo fmt