31 results for “topic:bitfields”
type-safe and low-boilerplate bit level serialization
Full and natural support for enumerations as Django model fields.
A collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
A C# library for efficient bit-level reading and writing also adding bit field support
Rust macro for generating flexible bitfields, useful for low-level code (embedded or emulators).
A Rust crate to expressively declare bitfield-like structs
A full featured chess engine designed to fit in an embedded environment, using less than 2K of RAM!
C++ version of qlibs, a collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
Enums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript
Marshal and unmarshal binary message and file formats in Go
A small package for creating bitfield-like structs.
Bitfields are made much easier to use
Text-based terminal-style game where you can explore procedurally generated maps with other players, build bases and fight others in your web browser!
Better than builtin bit fields.
Ergonomic bitfields and related utilities for Rust
A Python bitfield class for easier bit manipulation of integers
The C-like Bitfield packing/unpacking library on Golang
Provides macros to work with bitfields in a typical rust way.
Easy to use generic haskell bitfields
C# source generator for generating flexible bitfields for classes and structs, useful for low-level code (embedded or emulators).
A system for encoding bit-fields in Go
Similar to C union but with endianness safety, written in C++20.
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.
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.
Bit operations and bit fields at type level
CLI tool to examine arbitrary-width unaligned bitfields in binary files
Procedural macro to quickly setup bitfields in a rust project
KT C++17 header library: type-safe wrappers for bit flags (class type and trivial), with operator overloads
A bitfields crate.
A collection of small but useful header only C libraries that I've built up over time.