protobuf 1.0.21

Rust implementation of Google protocol buffers
Documentation
1
2
3
4
5
6
enum Foo {
    option allow_alias = true;
    BAR = 1;
    BAZ = 2;
    LAST = 2;
}