cksac / fake-rs

A library for generating fake data in Rust.
Apache License 2.0
851 stars 84 forks source link

Generate IBAN and other bank account identifiers #172

Open mercxry opened 4 months ago

mercxry commented 4 months ago

Hello, I need to generate some IBANs for testing purposes, I've noticed that this crate unfortunately doesn't have this capability, would you be open to PRs to add this?

If so what about other bank account identifiers like SCAN (used in the UK), NRB (used in Poland), etc.. would these be accepted as well?

cksac commented 4 months ago

hi @mercxry, PR is welcome