
I made a library to port C++'s vectors into C!
It's not much, but I wrote a library inspired by Rust's and C++'s vector feature to add a dynamic array (basically) to C.
gh link: https://github.com/wisegod62/c-vector-lib
Recommendations, suggestions, and general help welcome!