A simple C header-only library for basic data structures.
Note: This is not intended for production! I wrote this library to make myself familiar with the data structures.
hashmap.h docs - for hashmaps with arbitrary key and value types
vector.h docs - for variable-sized arrays