protobuf 1.0.24

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

cd $(dirname $0)

set -x
git checkout lib/plugin.rs lib/descriptor.rs

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