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

https://github.com/codecat/vinyl

:tophat: libvinyl, a core C++ library that complements libscratch.
https://github.com/codecat/vinyl

c-plus-plus logging vinyl zip

Last synced: about 2 months ago
JSON representation

:tophat: libvinyl, a core C++ library that complements libscratch.

Awesome Lists containing this project

README

          

# Vinyl
libvinyl, a core C++ framework that complements libscratch. Cross-platform and without dependencies.

## Supported classes

* `v::Folder` Folder information gathering. Can get a (recursive) list of files and folders.
* `v::File` File operators. Check for existance, copy, move, delete, etc.
* `v::Log` Logging functions with 6 log levels: Trace, Debug, Info, Warning, Error, Fatal.
* `v::ZipFile` Zip file reading and writing using miniz.c.