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
No description provided.
Easy-to-use bitfields for Node.js and browsers.
@paqujs/bitfields
A pure TypeScript BMP encoder and decoder with zero dependencies
Universal module for everything.
Variable sized bitfield that allows you to quickly iterate over bits
TypeScript type definitions for the CyberMP client-side environment.
Reimplementation of binary-parser supporting serialization and streaming
A run-length-encoder that compresses bitfields.
Declaratively encode and decode binary data
```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,
This library provides a simple way to define and serialize data structures (structs) with support for both regular fields and bitfields
Enums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript
Declaratively encode and decode binary data
Smooth Voxels
Библиотека для работы с флагами
Human-readable Discord permission bitfields. No discord.js required.
Library for interacting with bitfields from the Discord API.
Declaratively encode and decode binary data
C-compatible struct bitfield implementation used in the C2Rust project
C-compatible struct bitfield derive implementation used in the C2Rust project