文件名称:buffc:一个简单实用的协议缓冲区和RPC库
文件大小:2.13MB
文件格式:ZIP
更新时间:2024-06-04 15:02:36
C++
一个简单实用的协议缓冲区和RPC库。
目前,它只有dlang和C ++实现,并且将来会增加更多语言支持,例如:Lua,Java,python,ruby,golang,rust ...
github上的dlang项目: :
该项目依赖项: : (C ++)
! 该项目已包含在shove.c项目中,后续更新将仅包含在shove.c项目中: :
快速开始:
Sample sample;
sample.id = 1;
sample.name = "abcde";
sample.age = 10;
vector
【文件预览】:
buffc-master
----compiler()
--------linux()
--------windows()
--------macos()
----src()
--------packet.h(8KB)
--------packet.cpp(5KB)
--------test.cpp(1KB)
--------message.h(2KB)
--------sample.h(618B)
--------utils()
--------message.cpp(1KB)
--------rpc()
----README.md(1KB)