git clone https://github.com/wandvvs/qutil.git
cd qutil
sudo ./install.shFor an example of how to use qutil in a CMake project, see the following CMakeLists.txt
tuple<Args...>- tumple implementation with additional support functions:for_each,transform,find_if,all_of,none_of,any_of.constexpr_string<N>- compile-time string.result<T,E>- result type for error handling like RustResult<T, E>.
dump(Args...)- pretty print function for a values and iterable types like a Pythonprintto the streamstd::coutby default.dumpln(Args...)read(source)- read from file tostd::string.logger<Sink>- minimal modular logger without heap allocation
Check out examples of all the qutil features.