1
1
mirror of https://github.com/wader/fq.git synced 2024-09-20 00:08:01 +03:00
fq/pkg/decode
Mattias Wadman 06245d1295 binary,decode,doc: Rename buffer to binary and add some documentation
Rename buffer to binary. Still some work left what to call buffer/binary in decode code.
Document decode value and binary type
Fix proper unit padding for tobytes and add still undocumenated extra padding argument.
Add some additional binary tests
2022-02-08 22:20:28 +01:00
..
decode_gen.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
decode_gen.go.tmpl decode,interp: Add arbitrary large integer support (BigInt) 2022-01-15 19:00:42 +01:00
decode.go binary,decode,doc: Rename buffer to binary and add some documentation 2022-02-08 22:20:28 +01:00
errors.go num,mathextra: Rename num package to mathextra 2022-01-15 19:00:42 +01:00
format.go interp: Add torepr/0 that converts decode value into what it reptresents 2022-01-12 17:33:58 +01:00
io.go decode: Move io helper into *D 2021-11-18 01:17:41 +01:00
read.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
scalar.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
types.json bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
value.go binary,decode,doc: Rename buffer to binary and add some documentation 2022-02-08 22:20:28 +01:00