By far the best implementation for type-safe containers in C I found is stb_ds, it provides both a vector and a hashmap (including a string one). https://nothings.org/stb_ds
By far the best implementation for type-safe containers in C I found is stb_ds, it provides both a vector and a hashmap (including a string one). https://nothings.org/stb_ds