From 877be4e77da57f57e92e34f7c603011b2a2eebea Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 5 Apr 2025 07:09:12 +0900 Subject: [PATCH] Add Hexi (streaming & serialization library) (#1664) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e814a94..088e169 100644 --- a/README.md +++ b/README.md @@ -1224,6 +1224,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [gcc-poison](https://github.com/leafsr/gcc-poison) - A simple header file for developers to ban unsafe C/C++ functions from applications. * [happly](https://github.com/nmwsharp/happly) - A C++ header-only parser for the PLY file format. Parse .ply happily! [MIT] * [hedley](https://github.com/nemequ/hedley) - A C/C++ header file designed to smooth over some platform-specific annoyances. [website](https://nemequ.github.io/hedley/) +* [Hexi](https://github.com/EmberEmu/Hexi) - Header-only, lightweight C++ library for binary streaming & serialization. [Apache-2.0/MIT] * [HighwayHash](https://github.com/google/highwayhash) - Fast strong hash functions: SipHash/HighwayHash. [Apache-2.0] * [inja](https://github.com/pantor/inja) - A Template Engine for Modern C++. [MIT] * [Jinja2ะก++](https://github.com/jinja2cpp/Jinja2Cpp) - almost full-conformance template engine implementation. [website](https://jinja2cpp.github.io/)