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.
|
3 years ago | |
---|---|---|
.clang-format | 3 years ago | |
.gitignore | 3 years ago | |
README.org | 3 years ago | |
meson.build | 3 years ago | |
vector.c | 3 years ago | |
vector.h | 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 Rust’s std::vec::Vec
. It doesn’t try to be on par with these in terms of
features, but simply tries to provide basic features most people will find
useful.