1
1
mirror of https://github.com/wader/fq.git synced 2024-11-26 10:33:53 +03:00
fq/pkg/decode
Mattias Wadman 980ecdba82 decode: Add float 80 reader
Rename *d.Bits to UintBits as it return a uint
Add *d.Bits that return []byte
2023-03-10 01:15:55 +01:00
..
decode_gen.go decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
decode_gen.go.tmpl decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
decode.go decode: Add float 80 reader 2023-03-10 01:15:55 +01: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 decode: Support multiple format args and some rename and refactor 2023-02-18 21:38:51 +01:00
read.go decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
scalar.go decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00
types.json decode: Add float 80 reader 2023-03-10 01:15:55 +01:00
value.go tls: Add TLS 1.0, 1.1, 1.2 decode and decryption 2023-03-05 13:52:12 +01:00