A crude C++17 & ↑-wards header-only library for data structure serialization.
This library aims to be as simple as possible, helping serialize
C++ data structures. An example test.cpp
has been provided that
implements (de)serialization for std::string
.
This project uses a MIT license.