personnummer [](https://github.com/personnummer/v/actions)

March 20, 2023 ยท View on GitHub

Validate Swedish personal identity numbers.

Install the module with vpm:

v install personnummer

Example

import personnummer

fn main() {
    personnummer.valid('198507099805')
    // => true
}

License

MIT