ruby-ffi-bit-masks

Adds support for bit-masked types in FFI
  https://github.com/postmodern/ffi-bit_masks#readme
  0
  no reviews



FFI plugin which adds support for bitmasked types (or flags) to FFI. This plugin can map a Hash of flags to their bitmask value; and also an Integer bitmask to a Hash of flags.