Sha256: 4db5f2e2285675c5060040e6e7b334f08c517dce74d6264d75f2562e4eaf137a

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

* Think how offset_of should work.

    + perhaps #offset_of and #abs_offset_of methods?
    + needed for struct and array

* Add ability to determine name of a data object.
    e.g.  obj.a[4].c

  This will be used when throwing exceptions to aid debugging.

* Using the above names, add tracing capability when reading.

* Clean up Array to make it as close to ruby Array as possible.

* Need more examples.

* Refactor test cases.
    add more comprehensive integration tests to serve as examples

* Need better documentation.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bindata-0.9.3 TODO