Sha256: 2b31c753c5b7b66074a6027f7118439e2666fa1791fa60e5f92a0e6b26e0c75a
Contents?: true
Size: 1.9 KB
Versions: 3
Compression:
Stored size: 1.9 KB
Contents
# protobuf [](http://badge.fury.io/rb/protobuf) [](https://travis-ci.org/localshred/protobuf) [](https://gitter.im/localshred/protobuf) [](https://www.omniref.com/ruby/gems/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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
prepor-protobuf-3.5.1 | README.md |
prepor-protobuf-3.5.0 | README.md |
protobuf-3.5.0 | README.md |