libflint is a library of common C data structures and algorithms designed to be as agnostic as possible for its users. It is, essentially, my personal library of reusable C code.
Requires libbsd
. This should be available on all major Linux distros.
Requires no extra dependencies
The parts of this library that create data structures pass all responsibility of memory management to the user. This is clearly documented in the individual module’s documentation.