4 releases (2 breaking)
0.3.2 | Jan 26, 2022 |
---|---|
0.3.1 | Nov 25, 2021 |
0.2.0 | Apr 4, 2021 |
0.1.0 | Mar 17, 2021 |
#5 in #iban
29KB
720 lines
schwifty
A simple IBAN validation library inspired by Python's schwifty
.
Sample Usage
assert!(schwifty::validate("GB82 WEST 1234 5698 7654 32").is_ok());
lib.rs
:
schwifty
A simple IBAN validation library inspired by Python's schwifty
.
Sample Usage
assert!(schwifty::validate("GB82 WEST 1234 5698 7654 32").is_ok());
Dependencies
~2.3–3.5MB
~57K SLoC