[][src]Crate fints_institute_db

This is a simple crate providing a convenient and safe interface to FinTS information of German banks. During the build it will download a file with all the banks which it will then put into the library itself so that no extra files have to be taken care of.

Usage is easy:

Examples

use fints_institute_db::get_bank_by_bank_code;

let bank = get_bank_by_bank_code("12070000").unwrap();
println!("{:?}", bank.pin_tan_address);

Structs

Bank

Functions

get_bank_by_bank_code

Retrieves the first bank with bank_code