lib0xc: A set of C standard library-adjacent APIs for safer systems programming
Summary
lib0xc presents a set of C standard library-adjacent APIs aimed at making C safer for systems programming. It emphasizes static safety through compile-time bounds information, macro-based APIs, and clang bounds safety support, with a structure that mirrors standard library components and a focus on documentation, testing, and portability.