boleto-utils

Crates.ioboleto-utils
lib.rsboleto-utils
version0.1.2
sourcesrc
created_at2022-11-30 23:19:47.93268
updated_at2023-08-26 22:24:57.111964
descriptionUtility library to parse brazilian payment slip (aka 'boleto') barcodes.
homepagehttps://github.com/fernandosavio/boleto-utils/
repositoryhttps://github.com/fernandosavio/boleto-utils/
max_upload_size
id727158
size68,940
Fernando Sávio (fernandosavio)

documentation

README

Boleto Utils

This library aims to parse and extract information from barcodes and digitable lines that follows FEBRABAN and BACEN layouts for "boletos" (brazilian payment slips).

This document will be written in brazilian portuguese because I believe anyone who will actually use it, will be probably brazilian. If I am wrong and you do wish a README in english, please open an issue on GitHub. :)

Roadmap

  • Create a CLI (Done);

  • Define a better API and refactor the code;

  • Create a NodeJS binding library;

  • Create a Python binding library;

  • Create WASM optimised version aimed to run on Browser;

  • Create a GitHub Page which exposes the features of the WASM version;

Commit count: 43

cargo fmt