Library that offers basic data structures (list, set, map, ..)
in a C API for user-space applications.
Key features:
- No "magic" MACROs, and no need to modify data structures
(except, perhaps, for attribute((packed)))
- Uses C++ standard library as the backend for most data structures
License:
BSD-2-Clause
URL: https://msune.github.io/libcdada/