protobuf 1.7.2

Rust implementation of Google protocol buffers
Documentation
extern crate protobuf;

use protobuf::codegen;


fn main() {
    codegen::protoc_gen_rust_main();
}