bitfields
There are 32 repositories under bitfields topic.
CrustyAuklet/bitpacker
type-safe and low-boilerplate bit level serialization
django-commons/django-enum
Full and natural support for enumerations as Django model fields.
kmilo17pet/qlibs
A collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
barncastle/BitsKit
A C# library for efficient bit-level reading and writing also adding bit field support
kelpsyberry/proc-bitfield
A Rust crate to expressively declare bitfield-like structs
gregorygaines/bitfields-rs
Rust macro for generating flexible bitfields, useful for low-level code (embedded or emulators).
aesy/easy-bits
Enums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript
kmilo17pet/qlibs-cpp
C++ version of qlibs, a collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
ripred/MicroChess
A full featured chess engine designed to fit in an embedded environment, using less than 2K of RAM!
encodingx/binary
Marshal and unmarshal binary message and file formats in Go
Seelengrab/FieldFlags.jl
A small package for creating bitfield-like structs.
JeffreySarnoff/BitsFields.jl
Bitfields are made much easier to use
aleksilassila/bitfields
Text-based terminal-style game where you can explore procedurally generated maps with other players, build bases and fight others in your web browser!
archshift/bitutils-rs
Ergonomic bitfields and related utilities for Rust
Notgnoshi/Bitfield
A Python bitfield class for easier bit manipulation of integers
sumatoshi/shiftfields
Better than builtin bit fields.
1Jajen1/bitfield
Easy to use generic haskell bitfields
hymkor/go-bitfield
The C-like Bitfield packing/unpacking library on Golang
MauriceKayser/rs-bitfield
Provides macros to work with bitfields in a typical rust way.
eviatarmor/SafeEndianUnion
Similar to C union but with endianness safety, written in C++20.
gregorygaines/Bitfields-CSharp
C# source generator for generating flexible bitfields for classes and structs, useful for low-level code (embedded or emulators).
nyk/libBitOption
This is a zero-cost, header-only abstraction library for managing and manipulating generic fixed-width bit fields. It provides several macros that will work with integer types of any size, including char, uint8_t, uint16_t, uint32_t and uint64_t bit fields.
panux/bitcoder
A system for encoding bit-fields in Go
Denis-Bredun/BitFieldsPractice
Some piece of code that works using bit fields.
grauho/simpleHeaderLibraries
A collection of small but useful header only C libraries that I've built up over time.
hrafnskogr/bitf
Procedural macro to quickly setup bitfields in a rust project
InternetOfPins/OneBit
Bit operations and bit fields at type level
mrasadatik/CBitFields
A C project that mimics a simplified TCP header using bitfields, helping practice bit-level data manipulation and understanding the structure of a TCP header.
whiplashedy/Biggest-Square-Searcher
my_bsq project
ChayimFriedman2/superbitty
A bitfields crate.
karnkaul/enum-flags
KT C++17 header library: type-safe wrappers for bit flags (class type and trivial), with operator overloads
nilsmartel/datetime
very basic rust library to store specific time (created for practice, nor for production)