Version 25.4.1
Hi everyone,
this is a belated release of GUL17 version 25.4.1. The only major addition is the safe_string_view() function that constructs a string_view from a char pointer and a length. It is safe against null pointers and non-null-terminated strings.
Safe coding!