nothings / single_file_libs

List of single-file C/C++ libraries.
8.86k stars 585 forks source link

protobuf-like schema-driven library for serialization #187

Open earonesty opened 4 years ago

earonesty commented 4 years ago

Fairly simple endian-safe c++ header only library.

Allows for schema upgrades, int64_max fields, repeated fields, https://github.com/earonesty/qserial

Goal: Not template driven, easy to read/use, no precompilation step - but about as fast as protobuf anyway.