From 37c27c2b0fac01152ba5a93eb8878df122e0fe1d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 24 Jul 2014 21:30:26 -0700 Subject: [PATCH] Add Cap'n Proto (serialization) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be93919..b128570 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## 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. * [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.