1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 23:27:12 +03:00
fq/pkg/decode
Mattias Wadman c93301fc70 raw,bits,bytes: Replace raw format with bits and bytes format that decode to a binary
raw format was a hack to skip decoding to be able to get a binary using tobyte etc.
Now you can do fq -d bytes ... instead of fq -d raw 'tobytes | ...'
2022-11-20 19:51:12 +01:00
..
decode_gen.go decode: Add LEB128 readers 2022-08-20 12:05:44 +02:00
decode_gen.go.tmpl interp,format: Refactor registry usage and use function helpers 2022-07-16 19:24:13 +02:00
decode.go decode,elf,fuzz: TryBytesRange error on negative size 2022-10-20 15:10:35 +02:00
errors.go *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
format.go raw,bits,bytes: Replace raw format with bits and bytes format that decode to a binary 2022-11-20 19:51:12 +01:00
read.go decode,fuzz: Signed integer (S) read require at least one bit 2022-10-11 12:12:28 +02:00
scalar.go *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
types.json decode: Add LEB128 readers 2022-08-20 12:05:44 +02:00
value.go decode: Remove RangeSorted flag as we can decide on array/struct instead 2022-09-01 17:45:28 +02:00