Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
C++ Helper library containing various types and functions used throughout many of my projects
- Host: GitHub
- URL: https://github.com/werwolv/libwolv
- Owner: WerWolv
- License: lgpl-2.1
- Created: 2022-10-14T12:05:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:44:48.000Z (4 months ago)
- Last Synced: 2024-10-14T18:54:08.789Z (3 months ago)
- Topics: helper
- Language: C++
- Homepage: https://werwolv.net
- Size: 174 KB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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