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

This commit is contained in:
sentriz
2022-03-10 00:42:52 +00:00
parent fd211d706a
commit 165904c2bb
25 changed files with 713 additions and 388 deletions

View File

@@ -0,0 +1,3 @@
go test fuzz v1
byte('Y')
byte('\x05')

View File

@@ -0,0 +1,3 @@
go test fuzz v1
byte('\x15')
byte('}')

View File

@@ -0,0 +1,3 @@
go test fuzz v1
byte('\a')
byte('\x02')