protobuf-style varint bytes - use msb to create integer values of varying sizes
Read/write unsigned varints from Uint8Arrays and Uint8ArrayLists
efficiently store signed integers in varint
TypeScript definitions for varint
Parse all the varints in a Buffer (for when there are varints everywhere)
Unsigned Varint encoding and decoding, exposed as ESModule
Isomorphic Utils
protobuf-style LEB128 varint codec library
buffer maker and parser for binary protocols
Runtime library for code generated by the protoc plugin "protobuf-ts"
A small utility class to work with logically contiguous binary data split across multiple Buffer chunks.
a faster varint
Streaming length prefixed buffers
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
Variable-Length Integer Encoding defined by RFC 9000
A parser and serializer for NBT archives
Minimal Protocol Buffers wire encoding/decoding
Basic binary data managing tool written in TypeScript.
WebCodecs-based media format for MoQ
[type][payload] [0x01][0x00] false [0x01][0x01] true
Fast and efficient buffer serialization.
Encode and decode arbitrarily large signed and unsigned BigInts
Create varints from numbers and strings for usage in Monero's data structures
WASM based LEB128 encoder / decoder (signed & unsigned)