You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lucien Cartier-Tilet c55c2707ca
Add Meson build file
3 years ago
.clang-format Huge refactor, documentation incoming 3 years ago
.gitignore Add attributes to functions, remove inline functions 3 years ago
README.org Huge refactor, documentation incoming 3 years ago
meson.build Add Meson build file 3 years ago
vector.c Add attributes to functions, remove inline functions 3 years ago
vector.h Add attributes to functions, remove inline functions 3 years ago

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.