basti

Crates.iobasti
lib.rsbasti
version0.0.1
sourcesrc
created_at2023-04-12 11:27:26.672781
updated_at2023-04-12 11:27:26.672781
descriptionSimple tool to group and interpret your bank account statements
homepagehttps://github.com/ityreh/basti
repositoryhttps://github.com/ityreh/basti
max_upload_size
id836752
size66,939
Yannick Rehberger (ityreh)

documentation

README

basti

basti is a simple tool to group and interpret your bank account statements. It parses the SWIFT MT940 format so that you are good to go if your banking account is able to export bank statements in the format of that standard. You can give basti a mapping configuration how the statements should be interpreted and just use the results for further processing and analysis.

Install

You can install the binary with cargo getting a fresh build:

cargo install basti

With default settings it will be installed to ~/.cargo/bin/.

Usage

todo

Roadmap

Development

Run locally

cargo run -- <action> <options...>

Set log level with environment variable RUST_LOG. For example to run with logs on debug level:

env RUST_LOG=debug cargo run -- <action> <options...>

Deployment

After you have generated a token on crates.io you can publish with cargo

cargo publish

used crates

candidates

helpful tools

Commit count: 10

cargo fmt