Skip to content

A light-weight YAML library for C++11 and upwards. WIP!

License

Notifications You must be signed in to change notification settings

makuke1234/ymlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ymlite

Release version C++ version wakatime

A light-weight single-include C++ YAML library, relying on KISS (Keep It Stupid Simple) convention and C++11 STL (similar to my other library jsonlite). This library is very much work in progress!

Overview

Yes, this library is designed to aim for fast compilation times, simplicity and ease of use, nothing else.

C bindings

Yet again bindings for C are planned like with my other jsonlite library.

Licensing

As stated, this project follows the MIT license.