KTL is an STL style template library for c++23 and up, it's not a replacement for stl but an addition to it.
The library is header only, some headers are required by all others, most importantly common.h which provides configuration for common parts of the code.
Important
currently ktl is for my personal use, and as such bug fixes and features are commited when needed