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