iboB / huse

A C++ library for HUman-readable SErialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

huse

A C++ library for HUman-readable SErialization.

It defines stateful classes huse::Serializer and huse::Deserializer which can be used to serialize and deserialize data to and fom human-readable streams with a common interface.

Building

Build with CMake.

Usage

This project uses CPM.cmake to manage packages. Thus the preferred way of using the library is by adding it as a CPM package.

License

The library is distributed under the MIT Software License. See LICENSE.txt for further details or copy here.

Copyright © 2021-2022 Borislav Stanimirov.

About

A C++ library for HUman-readable SErialization

License:MIT License


Languages

Language:C++ 97.8%Language:CMake 2.0%Language:C 0.2%