bigeasy / packet

Incremental binary parsers and serializers for Node.js.
http://bigeasy.github.io/packet
MIT License
186 stars 25 forks source link

Implement heterogeneous spread integers. #571

Open bigeasy opened 4 years ago

bigeasy commented 4 years ago

Necessary for the likes of UTF-8, where we shift different amounts as integer progresses.

bigeasy commented 3 years ago

This appears to be done. A way to ensure that it is done would be to create a UTF8 serializer and parser.