Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 439 Bytes

TODO.md

File metadata and controls

7 lines (7 loc) · 439 Bytes
  • 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.