protobuf 1.0.11

Rust implementation of Google protocol buffers
Documentation
1
2
3
4
5
6
enum TestEnumValuesEnum {
    WINTER = 11;
    SPRING = 22;
    SUMMER = 33;
    AUTUMN = 44;
}