Crates.io | unsigned-varint |
lib.rs | unsigned-varint |
version | 0.8.0 |
source | src |
created_at | 2018-08-08 12:16:26.167103 |
updated_at | 2023-11-01 17:52:24.337696 |
description | unsigned varint encoding |
homepage | |
repository | https://github.com/paritytech/unsigned-varint |
max_upload_size | |
id | 78353 |
size | 67,675 |
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