# Lynar Studios - Standard Library 2020.1.0 # This is a cross-platform standard library written in C++ which provides basic functionality and implementation, like: - Boxing Classes - File Operations - Minimal Reflection - Date Class - State Machine Class - Serialization - JSON - XML - Logger Class It has been tested on __Windows__, __Linux__ and __MacOS__ systems. ### Documentation ### You can find a detailed documentation on Lynar Studios Website: lynarstudios.com ### License ### This software is licensed and uses MIT-license. You can find a __LICENSE.MIT__ file inside the project's root directory. ### Testing ### This project contains unit tests to accomplish test coverage. To run those unit tests you have to adjust __TestHelper__ class by adding your personal test folder path to __getTestFolderLocation__ method. There you have to adjust __location__ variable based on the operating system you're using.