19 skills found
bitflags / BitflagsA macro to generate structures which behave like bitflags
meithecatte / Enumflags2Rust library for typesystem-assisted bitflags.
m-peko / BitflagsSingle-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
aesy / Easy BitsEnums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript
jmert / BitFlags.jlBitFlag.jl provides an Enum-like type for bit flag option values.
neg4n / BitfA tiny and robust library to manage bitflags / bitsets / optionsets in TypeScript & JavaScript
SquiggelSquirrel / BitFlagEditorGodot inspector plugin for exported int/flag properties
H2CO3 / Option SetBitflags on steroids
clarketm / BitflagA simple bit flag class for Python 🐍
GrayJack / Bitflag AttrBitflag attribute macro for Rust enums
dotgksh / BitmaskA bitmask value object for PHP
SymmetricChaos / Mtg ColorMagic the Gathering Color using bitflags
StableCoder / Vulkan Mini Libs 2Useful self-contained header files for Vulkan development, such as error codes and enum/bitflag serialization.
aatifsyed / BitbagUse bitflags defined in an enum
youknowone / BitflagsetNo description available
DmitrySokolov / BitflagsC++ class for storing bit flags. Flag names are taken from 'enum class'. Type-safe bit operations (prevents using flags from different enums).
imacks / Bitflags Gobitwise enum flags helper
aka47 / Has Flagsa rails plugin for easy bitflag support, with support for pseudo active-record has_many methods
StableCoder / Vulkan Mini LibsBuilds 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.