5 unstable releases

0.4.1 Jan 6, 2023
0.4.0 Sep 21, 2022
0.3.1 Jun 17, 2020
0.2.0 Jul 23, 2018
0.1.1 Jun 20, 2018

#892 in Parser implementations

24 downloads per month
Used in digifirma

MIT license

115KB
388 lines

codice_fiscale

This crate provides tools to manage the Italian codice fiscale, which (for anyone who doesn't live in Italy) is a code associated to every individual which helps with identification in public services.

We currently provide codice fiscale calculation and check.

For anyone interested, here's an explanation (Italian language) on how to calculate the codice fiscale: https://it.wikipedia.org/wiki/Codice_fiscale#Generazione_del_codice_fiscale

The crate will fail in case of omocody (i.e. fiscal code anti collision) because it won't find the place corresponding to the Belfiore code

License: MIT


lib.rs:

This crate provides tools to manage the Italian codice fiscale, which (for anyone who doesn't live in Italy) is a code associated to every individual which helps with identification in public services.

We currently provide codice fiscale calculation and check.

For anyone interested, here's an explanation (Italian language) on how the codice fiscale is calculated: https://it.wikipedia.org/wiki/Codice_fiscale#Generazione_del_codice_fiscale

Dependencies

~2.8–4MB
~66K SLoC