Declaratively encode and decode binary data
Compact codec for bitfields
Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
Declaratively encode and decode binary data
C-style struct, union and bitfield read/write views of ArrayBuffers
Easy-to-use bitfields for Node.js and browsers.
@paqujs/bitfields
No description provided.
A pure TypeScript BMP encoder and decoder with zero dependencies
Universal module for everything.
TypeScript type definitions for the CyberMP client-side environment.
Variable sized bitfield that allows you to quickly iterate over bits
Reimplementation of binary-parser supporting serialization and streaming
A run-length-encoder that compresses bitfields.
This library provides a simple way to define and serialize data structures (structs) with support for both regular fields and bitfields
```ts class GroupPermissions extends bitfields.Bitfield<typeof GroupPermissions['Flags']> { static Flags = { 'create:post_content': bitfields.bit(0), // (1n << 0n) -> 0n, 'read:post_content': bitfields.bit(1), // (1n << 1n) -> 1n,
Declaratively encode and decode binary data
Declaratively encode and decode binary data
Smooth Voxels
Enums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript
Библиотека для работы с флагами
No description provided.
Human-readable Discord permission bitfields. No discord.js required.
Library for interacting with bitfields from the Discord API.