| Crates.io | uvint |
| lib.rs | uvint |
| version | 0.6.0 |
| created_at | 2021-03-03 05:41:04.351396+00 |
| updated_at | 2021-03-03 05:41:04.351396+00 |
| description | uvint - unsigned varint encoding |
| homepage | https://github.com/tetcoin/uvint |
| repository | https://github.com/tetcoin/uvint |
| max_upload_size | |
| id | 362985 |
| size | 68,067 |
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