Description
Adds header-based C data structures for hash tables, linked lists, and related containers. It is useful for C projects that need lightweight collections without adding a compiled library dependency.
This is a development header library, not an app users open directly. Developers include it in source code and remain responsible for memory ownership and error handling.