README.md

# OpenRtbProtobuf
[![Build Status](https://github.com/AppMonet/open_rtb_protobuf_elixir/workflows/CI/badge.svg?branch=main)](https://github.com/AppMonet/open_rtb_protobuf_elixir/actions) [![Hex pm](https://img.shields.io/hexpm/v/open_rtb_protobuf.svg?style=flat)](https://hex.pm/packages/open_rtb_protobuf) [![Hexdocs.pm](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/open_rtb_protobuf/)

OpenRTB v2.6 Protobuf support for Elixir.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `open_rtb_protobuf` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:open_rtb_protobuf, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/open_rtb_protobuf>.