cyfs-base 0.6.12

Rust cyfs-base package
Documentation
1
2
3
4
5
6
7
8

// for all Empty Content
message EmptyContent {}

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