protobuf 1.0.12

Rust implementation of Google protocol buffers
Documentation
extern crate protobuf;

mod inside;
mod outside;

fn main() {}