This website works better with JavaScript
Home
Explore
Help
Register
Sign In
semlanik
/
qtprotobuf
Watch
1
Star
0
Fork
0
Files
Issues
Pull Requests
0
Wiki
Tree:
0e6b75497a
Branches
Tags
0.1.0
0.2
0.3
0.4
0.5
0.6
ci_check
fix_94
json
master
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.2.1
v0.3.0
v0.2.0
v0.1.1
v0.1.0
qtprotobuf
/
tests
/
proto
/
simpletest.proto
simpletest.proto
101 B
History
Raw
1
2
3
4
5
6
7
syntax = "proto3";
package qtprotobuf.tests;
message SimpleIntMessage {
int32 testField = 6;
}