Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 501 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 501 Bytes

Tbcd

A NIF library for decoding and encoding of Telephony binary-coded decimal (TBCD)

Installation

The package can be installed by adding tbcd to your list of dependencies in mix.exs:

def deps do
  [{:tbcd, "~> 0.1"}]
end

Build

    $ rebar3 compile

or

    $ mix compile

Links

Building C/C++ with rebar3

License

Released under the Apache License 2.0 - see the LICENSE file.