protobuf 0.0.7

Rust implementation of Google protocol buffers
#![feature(globs)]

extern crate protobuf;

mod shrug;
mod test_ident;
mod test_import;
mod test_import_imported;
mod test_lite_runtime;
mod test_nonunique_enum;
mod test_root;
mod test_sanitize_file_name;
mod text_format_test;
mod text_format_test_data;

mod test;