Macro for for generating bitfields from structs and enum bitflags for defining packed binary schemas in low-level systems (e.g. embedded development or emulators)
Macro for generating flexible bitfields. Useful for low-level code (embedded or emulators).
Structured bitfields, courtesy of Mycelium.
Struct-like procedural macro for bitfields.
Allows to easily define bitfield types with modular building blocks. This is a forked version of the modular-bitfield crate with tweaks for use by Scryer Prolog.
Allows to easily define bitfield types with modular building blocks. MSB-first version.
Bitfields for structs that allow for modular use of enums. MSB-first version.
Easily define bitfield types with modular building blocks.
Bitfields for structs that allow for modular use of enums.
Efficient implementation of bit-fields where several numbers are packed within a larger number and bit-enums. Useful for drivers, so it works in no_std environments
A Rust library for defining and serializing bitfield structures with macro support
Yet another bitfield library
The `Bitfieldable` gem allows you to define a set of boolean flag attributes that are backed by a single integer bitfield.
A simple, pure Ruby bit-array / bitfield implementation.
Library that includes enums, and rails support for enums and bitfield sets.
Bitfield value object for ActiveModel. No hidden definitions. No callbacks. Magicless.
Quickly add bitfield scopes to an active record model
Bitfields in ruby
decoding the dbSNP bitfield containg detaild information
ActiveRecord plugin for rich bitfields
ActiveRecord plugin for rich bitfields
Enable bitfield properties in ActiveRecord models.
Mongoid::Bitfield stores boolean flags as single property in MongoDB.
Add support for multiple, and varied sized bitfields to Active Record.