https://github.com/cemoktra/bankleitzahl
https://github.com/cemoktra/bankleitzahl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cemoktra/bankleitzahl
- Owner: cemoktra
- Created: 2024-01-27T10:52:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T10:57:32.000Z (over 1 year ago)
- Last Synced: 2025-03-29T13:36:34.046Z (about 2 months ago)
- Language: Rust
- Size: 472 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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");
```