bitflags
There are 28 repositories under bitflags topic.
bitflags/bitflags
A macro to generate structures which behave like bitflags
JustasMasiulis/ida_bitfields
IDA Pro plugin to make bitfield accesses easier to grep
m-peko/bitflags
Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
aesy/easy-bits
Enums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript
brightdigit/Options
Sometimes there are situations where you want to use an Enum in an OptionSet or you want Enum backed by a RawType of Int but also have String labels as well
basicpp17/flags17
A comparison of different options to implement binary flags in C++17
karnkaul/ktl
Collection of ktl header libraries - small C++20 wrapper utilities
clarketm/bitflag
A simple bit flag class for Python 🐍
NotWoods/minecraft-tools
A collection of HTML5 programs to use with Minecraft.
yalishanda42/Options
Easily create OptionSets from enums in Swift.
DmitrySokolov/bitflags
C++ class for storing bit flags. Flag names are taken from 'enum class'. Type-safe bit operations (prevents using flags from different enums).
ohir/bitpeek
Bitpeek in Go - make bits human readable.
radagva/bittersweet-flags
This package aims to work with bit flags with ease
MauriceKayser/rs-bitfield
Provides macros to work with bitfields in a typical rust way.
d3lio/bitmask
A bitmask generator for enum scoped bit flags.
JoeLoser/enum-flag-set
Header-only library providing bit flags for enum classes.
mnishiguchi/bit_flagger
Manipulate bit flags in Elixir
Sleavely/json-bitmask
Easy-to-use bitmask serializer
TRI99ERED/varflags
Crate exporting varflags macro, allowing to use unit-like enums in conjunction with Varflags struct to create easy to use bitflags data structure defined over enum variants.
Python-Cubes/bitflags-python
bitflags for python, both 2 and 3.
aw-studio/laravel-bitflags
Store bitmask in database, cast bitmask for auto de-/encoding bitflags.
John-Paul-R/bitflags-ts
An enum-like type for representing & using bit flags
karkowg/bit-flag
Minimal BitFlag value object for PHP
karnkaul/enum-flags
KT C++17 header library: type-safe wrappers for bit flags (class type and trivial), with operator overloads
murarth/new_bitflags
deprecated
toshokan/flag-mast
Ergonomic Rust bit flags