Current section

Files

Jump to
bcd README.md
Raw

README.md

# Bcd
[Documentation](https://hexdocs.pm/bcd).
A simple BCD encoder for elixir.
## Installation
```elixir
def deps do
[
{:bcd, "~> 0.1.0"}
]
end
```