Provide check digit algorithms and calculators written in Elixir. (Mostly copied this libraly implemented in Go)
The package can be installed
by adding checkdigit
to your list of dependencies in mix.exs
:
def deps do
[
{:checkdigit, "~> 0.1.2"}
]
end
Documentation is at https://hexdocs.pm/checkdigit.