An open API service indexing awesome lists of open source software.

https://github.com/ibob/huse

A C++ library for HUman-readable SErialization
https://github.com/ibob/huse

Last synced: 10 months ago
JSON representation

A C++ library for HUman-readable SErialization

Awesome Lists containing this project

README

          

# huse

A C++ library for **HU**man-readable **SE**rialization.

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](https://github.com/TheLartians/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](http://opensource.org/licenses/MIT).

Copyright © 2021-2025 Borislav Stanimirov.