Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 483 Bytes

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