binary-structures
binary-structures copied to clipboard
Add some way to align end of structure or slot
I have some structures that specify lengths of some fields are padded to end at a multiple of 4 bytes, so it might be nice to be able to specify that directly rather than specifying alignment of whatever is after it (particularly at the end of a structure where "whatever is after it" isn't obvious, or might even be some unrelated code).