Skip to content

Releases: NuxiNL/argdata

v0.8

01 Jan 21:05
Compare
Choose a tag to compare
  • Add Bazel build rules.
  • Use SPDX for license tags.

v0.2: Make iterators less fragile.

27 Feb 20:58
Compare
Choose a tag to compare
Instead of storing a pointer to the argdata_t, which stores the pointers
to the underlying data, store the pointers to the underlying data in the
iterator directly. This way, the iterator still works when the argdata_t
is gone, but the data still exists.