makuke1234 / Serializer

A crude C++17 & ↑-wards header-only library for data structure serialization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serializer

A crude C++17 & ↑-wards header-only library for data structure serialization.

Release version Total downloads C version wakatime

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.

Licesense

This project uses a MIT license.

About

A crude C++17 & ↑-wards header-only library for data structure serialization.

License:MIT License


Languages

Language:C++ 95.3%Language:Makefile 4.7%