Packages

OpenRTB Protobuf support for Elixir

Current section

Files

Jump to
open_rtb_protobuf lib open_rtb_protobuf.ex
Raw

lib/open_rtb_protobuf.ex

defmodule OpenRtbProtobuf do
@moduledoc """
OpenRTB v2.6 Protobuf support for Elixir using [Protox](https://github.com/ahamez/protox).
Protobuf schemas taken from [Google](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-proto).
"""
use Protox,
files: [
"./protobuf/schema.proto"
]
end