1 unstable release

0.1.0 Jun 30, 2023

#342 in No standard library

MIT/Apache

4KB
52 lines

Israeli ID


lib.rs:

Israeli ID number validation.

Israeli ID (Mispar Zehut) is composed of digits for the value (currently eight) and then one digit that is the checksum (Sifrat Biqoret), which makes ID numbers self-validating.

You can validate an ID with valid_ascii, and calculate a checksum digit with checksum_digit_ascii.

No runtime deps