RubyGems Navigation menu

BitStructEx 0.0.91

Allows the specification of bit-based structures and provides an intuitive way of access data. Example: class Flags < StructBase unsigned :direction, 4 unsigned :multiplier, 2 unsigned :offset, 2 end class Entry < StructBase unsigned :offset, 4 nested :flags, Flags unsigned :address, 24 unsigned :cache_id, 16 end In contrast to the already available http://raa.ruby-lang.org/project/bit-struct/ implementation, BitStructEx allows nested structures which are not aligned on byte boundaries.

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 0.0.91 - June 03, 2006* (6,5 KB)
  2. 0.0.86 - May 17, 2006* (7 KB)
  3. 0.0.85 - May 17, 2006* (7 KB)
  4. 0.0.74 - May 05, 2006* (6,5 KB)
  5. 0.0.65 - April 12, 2006* (6,5 KB)
Zeige alle Versionen (7 total)

Besitzer:

Autoren:

  • The.French.DJ

SHA 256-Prüfsumme:

8476a9d5363cc600feadacba179eef9dc95f3a2c031986372fd3b2b99eb376f1

Downloads insgesamt 32.990

Für diese Version 5.680

Lizenzen:

k.A.

Erforderliche Ruby-Version: > 0.0.0

Links: