Go to file
Lucien Cartier-Tilet 193bf1d75f
Const all the things!
2020-10-08 11:11:28 +02:00
src Const all the things! 2020-10-08 11:11:28 +02:00
.clang-format Huge refactor, documentation incoming 2020-10-07 17:14:23 +02:00
.gitignore Huge refactor, documentation incoming 2020-10-07 17:14:23 +02:00
README.org Huge refactor, documentation incoming 2020-10-07 17:14:23 +02:00

README.org

CVec: A Simple Vector Implementation in C

What is this project?

CVec is a simple Vector implementation in C, inspired by C++s std::vector and Rusts std::vec::Vec. It doesnt try to be on par with these in terms of features, but simply tries to provide basic features most people will find useful.