bucky-raw-codec 0.1.0

Bucky raw codec library
Documentation
1
2
3
4
5
6
7
8

// for all Empty Content
message EmptyContent {}

// for tests
message EmptyContentV1 {
    optional string name = 1;
}