nanopack-buffer / cxx-nanopack

NanoPack is a simple binary serialization format
MIT License
3 stars 0 forks source link

cxx-nanopack

NanoPack is a binary serialization format for Poly. This repo contains the source code for the C++ backing library for NanoPack's generated code.

How to use

You can include this library as a git submodule and link it appropriately in your CMake project, such as via add_subdirectory.

Requirements