Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 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