chrisk / ruby_protobuf

Tinkering with http://code.google.com/p/ruby-protobuf — Read more

This URL has Read+Write access

README.markdown

ruby_protobuf: Protocol Buffers for Ruby

An experimental fork based on original code from: http://code.google.com/p/ruby-protobuf

Warning

This copy (at chrisk/ruby_protobuf on GitHub) is an experimental fork. If you're interested in using ruby_protobuf, please check out the original project (on Google Code) for now.

Features

  • Compiles .proto files to Ruby files, with a Ruby class for each message
  • Encodes and decodes the Protocol Buffer binary wire format

Usage

sudo gem install ruby_protobuf
rprotoc examples/addressbook.proto

License

Copyright (c) 2008 FIX

Released under the MIT License. See LICENSE.txt.