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

https://github.com/werwolv/libwolv

C++ Helper library containing various types and functions used throughout many of my projects
https://github.com/werwolv/libwolv

helper

Last synced: 3 months ago
JSON representation

C++ Helper library containing various types and functions used throughout many of my projects

Awesome Lists containing this project

README

        

# libwolv

This library contains various helper types and functions used throughout many of my Projects

## Libraries

### `types`
- Better integer/float type definitions
- Custom literals

### `io`
- File I/O wrapper
- std::filesystem wrapper
- Generic Buffered Reader to iterate over streamed data more efficiently

### `hash`
- CRC32 implementation

### `utils`
- Scope guards
- Preprocessor helpers
- TCP Socket wrapper
- String helper functions
- Various other helper functions