A NIF library for decoding and encoding of Telephony binary-coded decimal (TBCD)
The package can be installed by adding tbcd
to your list of dependencies in mix.exs
:
def deps do
[{:tbcd, "~> 0.1"}]
end
$ rebar3 compile
or
$ mix compile
Released under the Apache License 2.0 - see the LICENSE file.