A3
Lightweight C utility library
It seems like a solid 40% of every nontrivial C project is spent rewriting some very similar data structures and utilities. liba3 is the logical conclusion to that state of affairs. It consists of a set of useful things I found myself constructing over and over again, including growable buffers, linked lists, a minimal logging framework, and slightly nicer strings.