- Write usable vector implementation using struct and write tests for it.
- Write usable vector implementation using fat-pointers and write tests for it.
- Update README.
- Write more doc about newish features.
- Make autoshrink optional and document it.
- Add functions like slice, pop_at, push_front and document them.
- Make configurable allocator for CVECTOR_POINTERMODE_COMPAT and document it.