ruby-cstruct

simulation of the C language's struct
  https://github.com/skandhas/cstruct
  0
  no reviews



CStruct is a simulation of the C language's struct.Its main purpose is to manipulate binary-data conveniently in Ruby. It can be used in: * Binary file IO like C. * The parameter of the OS's API.(e.g. Win32) * Other...