Crates.io | bankleitzahl |
lib.rs | bankleitzahl |
version | 0.1.0 |
source | src |
created_at | 2024-01-27 10:57:50.822823 |
updated_at | 2024-01-27 10:57:50.822823 |
description | Giving access to german bank data (BLZ/BIC) |
homepage | |
repository | https://github.com/cemoktra/bankleitzahl |
max_upload_size | |
id | 1116654 |
size | 5,596,306 |
bankleitzahl is a rust crate offering access to german bank data
// find bankleitzahlen that match on bankleitzahl
let result = Blz::from_blz("10000000");
// find bankleitzahlen that match on BIC
let result = Blz::from_bic("MARKDEF1100");