protobuf 0.0.6

Rust implementation of Google protocol buffers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![feature(globs)]

extern crate protobuf;

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

mod test;