bitflag
There are 10 repositories under bitflag topic.
jmert/BitFlags.jl
BitFlag.jl provides an Enum-like type for bit flag option values.
clarketm/bitflag
A simple bit flag class for Python 🐍
dotgksh/bitmask
A bitmask value object for PHP
StableCoder/vulkan-mini-libs
Builds a source/header file for use in C++17 or newer. It lists contains all Vulkan enum flags/values of the indicated Vulkan header spec version, and can convert to/from strings representing those values.
StableCoder/vulkan-mini-libs-2
Useful self-contained header files for Vulkan development, such as error codes and enum/bitflag serialization.
MauriceKayser/rs-bitfield
Provides macros to work with bitfields in a typical rust way.
mnishiguchi/bit_flagger
Manipulate bit flags in Elixir
karkowg/laravel-bit-flag
Laravel support for karkowg/bit-flag
aw-studio/laravel-bitflags
Store bitmask in database, cast bitmask for auto de-/encoding bitflags.
karkowg/bit-flag
Minimal BitFlag value object for PHP