mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2024-11-13 11:16:54 -05:00
Add Cap'n Proto (serialization)
This commit is contained in:
parent
fcaf24fa14
commit
37c27c2b0f
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
||||||
|
|
||||||
## Serialization
|
## Serialization
|
||||||
|
|
||||||
|
* [Cap'n Proto](http://kentonv.github.io/capnproto/) - Fast data interchange format and capability-based RPC system.
|
||||||
* [cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization.
|
* [cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization.
|
||||||
* [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library.
|
* [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library.
|
||||||
* [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format.
|
* [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format.
|
||||||
|
|
Loading…
Reference in a new issue