Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@a-lafrance a-lafrance released this 08 Apr 02:07
86fb0f1

New Features

  • dynarray_t: managed, dynamically-allocated arrays
  • Stacks, backed by growable, dynamically-allocated arrays
  • Queues, backed by singly-linked lists
  • New vec_len() and ll_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