Sha256: 24847bd515bfeeb3a11ca57854d2352fbccbc2642ab1f582d1e9182aca3da58a

Contents?: true

Size: 1.78 KB

Versions: 23

Compression:

Stored size: 1.78 KB

Contents

# protobuf

[![Gem Version](https://badge.fury.io/rb/protobuf.png)](http://badge.fury.io/rb/protobuf)
[![Build Status](https://secure.travis-ci.org/localshred/protobuf.png?branch=master)](https://travis-ci.org/localshred/protobuf)
[![Gitter chat](https://badges.gitter.im/localshred/protobuf.png)](https://gitter.im/localshred/protobuf)

Protobuf is an implementation of [Google's protocol buffers][google-pb] in ruby, version 2.5.0 is currently supported.

## Install

See our [Installation Guide][] on the [wiki][].

## Usage

The [wiki][] contains in-depth guides on the various ways to use this gem
including [compiling definitions][], [object APIs][], [services][], [clients][], and even
an [API roadmap][].

## Changelog

See recent changes in the [release notes][] or the [changelog][].

  [google-pb]:             http://code.google.com/p/protobuf "Google Protocol Buffers"
  [wiki]:                  https://github.com/localshred/protobuf/wiki "Wiki home page"
  [Installation Guide]:    https://github.com/localshred/protobuf/wiki/Installation "Installation guide"
  [compiling definitions]: https://github.com/localshred/protobuf/wiki/Compiling-Definitions "Compiling guide"
  [object APIs]:           https://github.com/localshred/protobuf/wiki/Messages-&-Enums "Message & Enum object APIs guide"
  [services]:              https://github.com/localshred/protobuf/wiki/Services "Services object API guide"
  [clients]:               https://github.com/localshred/protobuf/wiki/Clients "Client object API guide"
  [API roadmap]:           https://github.com/localshred/protobuf/wiki/API-Roadmap "API Roadmap guide"
  [release notes]:         https://github.com/localshred/protobuf/releases "Release notes"
  [changelog]:             https://github.com/localshred/protobuf/blob/master/CHANGES.md "CHANGES.md"

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
protobuf-3.4.0 README.md
protobuf-3.3.6 README.md
protobuf-3.3.5 README.md
protobuf-3.3.4 README.md
protobuf-3.3.3 README.md
protobuf-3.3.2 README.md
protobuf-3.3.1 README.md
protobuf-3.3.0 README.md
protobuf-3.2.1 README.md
protobuf-3.2.0 README.md
protobuf-3.1.0 README.md
protobuf-3.0.5 README.md
protobuf-3.0.4 README.md
protobuf-2.8.13 README.md
protobuf-3.0.3 README.md
protobuf-3.0.2 README.md
protobuf-3.0.1 README.md
protobuf-3.0.0 README.md
protobuf-3.0.0.rc2 README.md
protobuf-3.0.0.rc1 README.md