Redid the way struct fields are described to allow for combinatorial variations.
authorNot Zed <notzed@gmail.com>
Thu, 2 May 2019 08:30:49 +0000 (18:00 +0930)
committerNot Zed <notzed@gmail.com>
Thu, 2 May 2019 08:30:49 +0000 (18:00 +0930)
commit3a5219ce4e5faaef68aa4f18dfa7980d43da746f
tree716952f7b7e61f783f54a87abd9a9b62400f5d36
parent802c70067e39ddde84d886a1b86eabb931cbcfcc
Redid the way struct fields are described to allow for combinatorial variations.
Added arrays of other primitives beyond bytes.
Namespace cleanup.
Exposed data-dump function.
Delete old serialiser.
Implement all changes in xdrn/tagz formats.
Makefile
ez-blob-blob.c [deleted file]
ez-blob-blob.h [deleted file]
ez-blob-dump.c [new file with mode: 0644]
ez-blob-io.c
ez-blob-print.c
ez-blob-tagz.c
ez-blob-xdrn.c
ez-blob.c
ez-blob.h
test-blob.c