Skip to content

v2.0.0

Choose a tag to compare

@Cryptkeeper Cryptkeeper released this 01 Sep 22:26
9e3dd03

Merges tinyfseq.c & tinyfseq.h into a single-file library in the style of std libraries.

Additional Changes

  • CMake usage removed due to lack of need
  • Removed string.h include, replaced with a basic memcpy function (override with TINYFSEQ_MEMCPY)
  • Removed packed attributes, safer code for working with padded structures