Skip to content

extlib version 1.0.0

Choose a tag to compare

@bamless bamless released this 09 Aug 08:15
· 69 commits to master since this release

Major library re-design.

  • Changed how dynamic arrays and hashmaps are implemented:
    Now thery are both implemented as macros to make them generic and
    type-safe, and expected a structure definition with certain fields.
    See example folder for more info.
  • Added a bunch of features. see README.md and examples folder for
    more info.

You can find the old version of the library by checking out the v0.1.0
tag.