Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kerorv/sproto-cpp

cpp binding of sproto
https://github.com/kerorv/sproto-cpp

Last synced: about 2 months ago
JSON representation

cpp binding of sproto

Awesome Lists containing this project

README

        

Sproto-cpp

Sproto(https://github.com/cloudwu/sproto) is a library like Google protobuffers,but it has only lua binding.This demo descibe how to use sproto in C++.

Remark:

Use spc.sh to generate pb file.
```
spc.sh addressnotemessage.sp addressnotemessage.pb
```