An open API service indexing awesome lists of open source software.

https://github.com/paritytech/unsigned-varint


https://github.com/paritytech/unsigned-varint

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

unsigned-varint encoding
========================

Unsigned varint encodes unsigned integers in 7-bit groups. The most
significant bit (MSB) in each byte indicates if another byte follows
(MSB = 1), or not (MSB = 0).

For details see: https://github.com/multiformats/unsigned-varint