protobuf 0.0.3

Rust implementation of Google protocol buffers
1
2
3
4
5
6
7
#!/bin/sh -ex

./clean.sh

cargo build

# vim: set ts=4 sw=4 et: