Skip to main content

luhn_valid

Function luhn_valid 

Source
pub fn luhn_valid(value: &str) -> bool
Expand description

Returns true when the supplied digits pass the Luhn checksum.