bank 0.4.0

Various bank related traits and implementation. An abstract bank-transaction parser; easily add your own bank. SEPA RF implementation for easy formatting and checking of RF fields.
Documentation
[package]
name = "bank"
version = "0.4.0"
authors = ["Ruben De Smet <ruben.de.smet@rubdos.be>"]
license = "AGPL-3.0"
documentation = "https://docs.rs/bank/"
repository = "https://gitlab.com/rubdos/bank-rs"
description = """
Various bank related traits and implementation.
An abstract bank-transaction parser;
easily add your own bank.
SEPA RF implementation for easy formatting and checking of RF fields.
"""
keywords = ["bank", "money", "taxes", "financial"]

[dependencies]
num = ">= 0.1.34"
bigdecimal = ">= 0.0.1"
csv = ">= 0.15.0"
chrono = "0.4.0"
log = ">= 0.3.0"
encoding = ">= 0.2"