New Features
dynarray_t
: managed, dynamically-allocated arrays- Stacks, backed by growable, dynamically-allocated arrays
- Queues, backed by singly-linked lists
- New
vec_len()
andll_len()
functions to prevent direct field access
Bug Fixes
- Resolved bugs that prevented Linux from being supported
- Fixed a variety of memory leaks and errors in unit tests
Breaking Changes
None