An open API service indexing awesome lists of open source software.

https://github.com/cemoktra/bankleitzahl


https://github.com/cemoktra/bankleitzahl

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# bankleitzahl #

bankleitzahl is a rust crate offering access to german bank data

## usage ##

```rust
// find bankleitzahlen that match on bankleitzahl
let result = Blz::from_blz("10000000");

// find bankleitzahlen that match on BIC
let result = Blz::from_bic("MARKDEF1100");
```