Expand description

ci-badge docs-badge crate-version

schwifty

A simple IBAN validation library inspired by Python’s schwifty.

Sample Usage

assert!(schwifty::validate("GB82 WEST 1234 5698 7654 32").is_ok());

Re-exports

pub use crate::country::Country;
pub use crate::error::ValidationError;

Modules

Countries supported by IBAN and helper methods.

Module holding the error type.

Structs

Represents an IBAN and provides helpful methods.

Functions

Checks if the provided string is a valid IBAN, or tells you why it isn’t.