1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 13:22:58 +03:00
fq/pkg
Mattias Wadman 9b81d4d3ab decode: More type safe API and split scalar into multiple types
Preparation to make decoder use less memory and API more type safe.
Now each scalar type has it's own struct type so it can store different
things and enables to have a scalar interface.
Also own types will enable experimenting with decode DLS designs like
using chained methods that are type aware.
2022-12-14 16:23:58 +01:00
..
bitio mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
checksum crc: Unbreak build on 32-bit arch 2021-12-25 15:47:54 +01:00
cli interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
decode decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
fqtest fqtest: Run tests in parallell 2022-08-23 20:08:44 +02:00
interp decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
ranges ranges,decode: Correctly skip empty ranges when adding unknown fields 2022-09-25 16:02:15 +02:00
scalar decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00