Crate creditcard_identifier

Crate creditcard_identifier 

Source

Structs§

BinInfo
Brand
Credit card brand data (simplified).
BrandDetailed
Pattern

Statics§

BRANDS

Functions§

find_brand
Find card brand by card number
find_brand_detailed
Find card brand with detailed information
get_brand_info
Get brand info by name
get_brand_info_detailed
Get detailed brand info by scheme name
get_brands_detailed
Get detailed brand data (lazy-loaded from JSON).
is_supported
Check if card number is supported
list_brands
List all supported brands
luhn
Validate a credit card number using the Luhn algorithm
validate_cvv
Validate CVV for a brand