GTIN
Elixir datatype and common functions for Global Trade Item Numbers (GTIN).
Installation
The package can be installed as:
Add
gtin
to your list of dependencies inmix.exs
:def deps do [{:gtin, "~> 0.1.0"}] end ```
Ensure
gtin
is started before your application:def application do [applications: [:gtin]] end ```