Easy-to-use bitfields for Node.js and browsers.
Compact codec for bitfields
A run-length-encoder that compresses bitfields.
@paqujs/bitfields
Enums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript
JS Binary Data API. Structs, arrays, bitfields, and numbers. Reify and Reference like nobody's business.
Human-readable Discord permission bitfields. No discord.js required.
Library for interacting with bitfields from the Discord API.
Efficient dynamic bitfields
This library provides a simple way to define and serialize data structures (structs) with support for both regular fields and bitfields
Chain-agnostic state primitives — merkle trees, bitfields, order matching
```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,
Convert discord permission bitfields to readable strings and check for permissions
Creates C `struct` instances on `Buffer`s. Supports `union`s and bitfields.
Declaratively encode and decode binary data
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.
A pure TypeScript BMP encoder and decoder with zero dependencies
Shared types, error codes, permission bitfields, and gateway event definitions for Uncord.
Universal module for everything.
Variable sized bitfield that allows you to quickly iterate over bits
Macro for for generating bitfields from structs and enum bitflags for defining packed binary schemas in low-level systems (e.g. embedded development or emulators)
Macro for generating flexible bitfields. Useful for low-level code (embedded or emulators).
Structured bitfields, courtesy of Mycelium.
Struct-like procedural macro for bitfields.
Allows to easily define bitfield types with modular building blocks. This is a forked version of the modular-bitfield crate with tweaks for use by Scryer Prolog.
Allows to easily define bitfield types with modular building blocks. MSB-first version.
Bitfields for structs that allow for modular use of enums. MSB-first version.
Easily define bitfield types with modular building blocks.
Bitfields for structs that allow for modular use of enums.
Efficient implementation of bit-fields where several numbers are packed within a larger number and bit-enums. Useful for drivers, so it works in no_std environments
A Rust library for defining and serializing bitfield structures with macro support
Yet another bitfield library
Save migrations and columns by storing multiple booleans in a single integer
A very simple library for building binary data by declaring named bit fields
A very simple library for building binary data by declaring named bit fields
yay
A simple, pure Ruby bit-array / bitfield implementation.
Library that includes enums, and rails support for enums and bitfield sets.
Bitfield value object for ActiveModel. No hidden definitions. No callbacks. Magicless.
Quickly add bitfield scopes to an active record model
Bitfields in ruby
decoding the dbSNP bitfield containg detaild information
ActiveRecord plugin for rich bitfields
ActiveRecord plugin for rich bitfields
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.