use-iban
International Bank Account Number primitives for RustUse finance crates.
use-iban validates IBAN shape, country-specific length, and the standard mod-97 checksum. It normalizes compact text for local storage and can format grouped display text.
Example
use Iban;
let iban = new?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for local IBAN validation, compact normalization, and display grouping. It does not perform bank lookup, account ownership validation, registry fetching, payment initiation, or bank integration.
License
Licensed under either MIT or Apache-2.0.