Go to file
Lucien Cartier-Tilet 8e29343f3e
Huge refactor, documentation incoming
2020-10-07 17:14:23 +02:00
src Huge refactor, documentation incoming 2020-10-07 17:14:23 +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.