An open API service indexing awesome lists of open source software.

https://github.com/aosync/vec

yet another generic vec library using modern c techniques
https://github.com/aosync/vec

Last synced: 6 months ago
JSON representation

yet another generic vec library using modern c techniques

Awesome Lists containing this project

README

          

# vec

Yet another generic vector library.
The API is not yet finished and is likely subject to change. Documentation is to come next.

## credits (inspirations)

- [sds](https://github.com/antirez/sds)
- [Modern C and What We Can Learn From It](https://youtu.be/QpAhX-gsHMs)