bitfield
There are 58 repositories under bitfield topic.
zandaqo/structurae
Data structures for high-performance JavaScript applications.
JustasMasiulis/ida_bitfields
IDA Pro plugin to make bitfield accesses easier to grep
dzamlo/rust-bitfield
This crate provides macros to generate bitfield-like struct.
fb55/bitfield
A bitfield implementation using buffers, compliant with the BitTorrent spec.
wrenger/bitfield-struct-rs
Procedural macro for bitfields.
wzid/sudoku-solver
Sudoku Solver using bitmasks and bit-manipulation with Rust 🦀 and egui 🎨
qchateau/cbitstruct
Faster C implementation of the bitstruct Python library
wojciech-graj/bin-proto
Simple bit-level protocol definitions in Rust.
parallelsystems/bit-struct
ergonomic bitfields in Rust
emptyflash/bitfolly
Bytebeat+bitfield inspired environment for livecoding visual art
Cantido/int_set
A time- and memory-efficient data structure for positive integers.
JeffreySarnoff/BitsFields.jl
Bitfields are made much easier to use
ciubotaru/bitfield
A bit-array manipulation library in C
imranismail/ecto_bitfield
Use bitfields with ecto schemas https://hexdocs.pm/ecto_bitfield/EctoBitfield.html
takeyourhatoff/bitset
Package bitset provides Set, a compact and fast representation for a dense set of positive integer values.
dotgksh/bitmask
A bitmask value object for PHP
foca/flagpole
Store multiple flags in an Integer field by using a bitmap
Notgnoshi/Bitfield
A Python bitfield class for easier bit manipulation of integers
sumatoshi/shiftfields
Better than builtin bit fields.
Mati365/ts-union-struct
Small typescript utility class that helps with creating bit fields
retroscepter/bitfields
Simple bitfields in JavaScript.
v3xlabs/permissio
something with permissions ig - compact bigint bitfield permission library for node.js
cimbul/tartan-bitfield
A Rust library for C-like bitfield structs
francescotorregrossa/packet-sniffer
University project, Computer Networks
hymkor/go-bitfield
The C-like Bitfield packing/unpacking library on Golang
maidmaid/flag
Bitfield flags manager/debugger
mattrberry/bitfield
Crystal bitfield implementation
MauriceKayser/rs-bitfield
Provides macros to work with bitfields in a typical rust way.
dim13/bit
variable-length bit-fields
hardikSinghBehl/checkbox-values-bitfield-enum-poc
POC to demonstrate storing values of all checkboxes displayed on an UI component, in a single column of a table instead of creating a separate table and mapping each checkbox as a column
EulerianTechnologies/etcfv2
Eulerian TCFV2 reader high speed implementation in C
lukasnee/fibstd
Embedded C++ standard
TRI99ERED/bitworks
A simple to use Rust bitset crate. Includes built-in bitset types and a trait for defining your own.
VFK/Bitfield
A Swift bitfield implementation compatible with BitTorrent specification
teckmk/bitwise_packable
This workspace contains two crates: bitpack and bitval. Together, they provide efficient bit manipulation and packing functionalities for Rust projects.