Closed andig closed 6 months ago
You’ll need to make a custom type describing how to pack it
Great, thank you- wasn‘t even aware that a Packer interface existed. An example would be great, but I think the hint will do ;)
Check the other issues for an example
I need to pack an int as 3 bytes which panics:
Decoding seems possible, same when using pad instead of byte. Is this a supported operation?