Unsigned Varint encoding and decoding, exposed as ESModule
efficiently store signed integers in varint
Read/write unsigned varints from Uint8Arrays and Uint8ArrayLists
protobuf-style varint bytes - use msb to create integer values of varying sizes
A small varint implementation based on the description given here [unsigned-varint](https://github.com/multiformats/unsigned-varint)
Isomorphic Utils
buffer maker and parser for binary protocols
A small utility class to work with logically contiguous binary data split across multiple Buffer chunks.
Unsigned integers for Javascript
Pure-JS printf
Various helper utilities for working with buffers and binary data
TypeScript definitions for varint
LEB128 utilities for Node
Parse all the varints in a Buffer (for when there are varints everywhere)
A pure javascript CRC32 algorithm that plays nice with binary data
Implements the WebIDL algorithms for converting to and from JavaScript values
Runtime library for code generated by the protoc plugin "protobuf-ts"
protobuf-style LEB128 varint codec library
Translation between JavaScript values and Buffers
A Long class for representing a 64-bit two's-complement integer value.
extended POSIX-style sprintf
Codecs for numbers of different sizes and endianness
Translation between JavaScript values and Buffers
a faster varint
unsigned varint encoding
Inter planetary specifications in rust-lang
Multiformat specifications in rust-lang
Asynchronous de-/encoding of Protobuf structs using asynchronous-codec, unsigned-varint and prost.
Asynchronous de-/encoding of Protobuf structs using asynchronous-codec, unsigned-varint and quick-protobuf.
uvint - unsigned varint encoding
Rust implementation of the unsigned variable integer format used in the Multiformat specifications.