protobuf 1.0.10

Rust implementation of Google protocol buffers
Documentation
1
2
3
4
5
6
import "pb_test_import_root_imported.proto";

message ContainsImported {
    optional ImportedMessage imported_message = 1;
    optional ImportedEnum imported_enum = 2;
}