This README describes the protocol library. Please refer to the top level README for an overview of all components.
Generating the protocol buffer bindings requires a protocol buffer compiler.
If you're a homebrew user on the mac, you can use brew install protobuf
; if
you're using another platform, please visit the
protocol buffer project for information about how to download or
build the compiler.
Once you have protoc
on your path:
bundle
bundle exec rake build
Use bundle exec rake spec
to execute the tests.
The project is licensed under the Apache 2.0 license (see the
LICENSE
file in the root directory of the repository).