Description
Vector-style collections help C programs work with dynamic arrays through a reusable library. The package is useful when C code needs container behavior without implementing resizing and element management itself.
It is intended for developers and software that links to libcvec. It does not add a visible tool; the benefit appears only inside applications that were written to use the library.