feat(transcode): add a generic transcoding package for encoding/decoding/caching

This commit is contained in:
sentriz
2022-04-13 01:10:46 +01:00
parent fd211d706a
commit 165904c2bb
25 changed files with 713 additions and 388 deletions
@@ -0,0 +1,3 @@
go test fuzz v1
byte('Y')
byte('\x05')
@@ -0,0 +1,3 @@
go test fuzz v1
byte('\x15')
byte('}')
@@ -0,0 +1,3 @@
go test fuzz v1
byte('\a')
byte('\x02')