Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 339 Bytes

cdata

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.

Documentation

hashmap.h docs - for hashmaps with arbitrary key and value types

vector.h docs - for variable-sized arrays