From a2910a1aa38bedebef2b9147efc7e937761c75b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20G=C3=BCndling?= Date: Thu, 22 Sep 2022 18:39:36 +0200 Subject: [PATCH] cista --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 975c7ae85..ff14d0fd4 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [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. +* [cista]([https://github.com/USCiLab/cereal](https://github.com/felixguendling/cista)) - simple, high-performance, zero-copy C++17 serialization & reflection library. * [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library. * [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. - [website](http://msgpack.org/) * [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format.