chrisk / ruby_protobuf
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
LICENSE.txt | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
bin/ | ||
| |
examples/ | ||
| |
lib/ | ||
| |
ruby_protobuf.gemspec | ||
| |
test/ |
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
.protofiles 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.

