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.
- Host: GitHub
- URL: https://github.com/codecat/vinyl
- Owner: codecat
- License: mit
- Created: 2016-06-18T14:20:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T18:18:14.000Z (almost 10 years ago)
- Last Synced: 2025-05-28T20:58:21.721Z (about 1 year ago)
- Topics: c-plus-plus, logging, vinyl, zip
- Language: C
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.