gz-cpp-util 1.3
A c++20 library containing various utilities
Todo List
Module Convert to type or return fallback

Use string_views without constructing a std::string

Module Converting an integer to/from a hex/oct/bin string
Move to std::format, when P0645R10 is implemented in gcc libstd
File from_string.hpp
Make these functions usable with std::string_view
Class gz::Log

Exception policies

Use own ostream and not std::cout

Make colors cross platform

Member gz::Queue< T >::getCopy ()
could this in some stupid edge case lead to a data race?
Class gz::RingBuffer< T >::Iterator
make a const and non-const version, since const here is all over the place
Page String conversion
Implement fromString for ranges that hold ConstructibleFromString types