protobuf 1.0.17

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

package some.inside;

message InsideContainer {
    optional some.Container.Contained insideContained = 1;
}