/bcd

A simple BCD encoder for Elixir

Primary LanguageElixirApache License 2.0Apache-2.0

Bcd

Documentation.

A simple BCD encoder for elixir.

Installation

def deps do
  [
    {:bcd, "~> 0.1.0"}
  ]
end