-- | -- Module: Data.ProtoBuf -- Copyright: (c) 2015-2016 Martijn Rijkeboer -- License: MIT -- Maintainer: Martijn Rijkeboer -- -- Functions for encoding and decoding Protocol Buffers data. module Data.ProtoBuf ( decode , encode ) where import Data.ProtoBuf.WireFormat (decode, encode)