Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerorv/sproto-cpp
cpp binding of sproto
https://github.com/kerorv/sproto-cpp
Last synced: 18 days ago
JSON representation
cpp binding of sproto
- Host: GitHub
- URL: https://github.com/kerorv/sproto-cpp
- Owner: kerorv
- Created: 2014-10-08T08:45:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-17T09:59:09.000Z (about 10 years ago)
- Last Synced: 2024-07-31T22:58:37.498Z (3 months ago)
- Language: C
- Size: 172 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```