Various small, portable and maintainable C libraries.
Arena allocator.
Dynamic array.
More or less typesafe dynamic array wrapper.
Map using sorted array.
Dynamic string. It requires strv.h;
Robin hood hash table.
Specialized hash table to store pointers.
String view.
Inspired by stb lib.