protobuf 0.0.10

Rust implementation of Google protocol buffers
1
2
3
4
5
6
message ImportedMessage {
}

enum ImportedEnum {
    SOMETHING = 1;
}