binary-structures icon indicating copy to clipboard operation
binary-structures copied to clipboard

Add some way to align end of structure or slot

Open 3b opened this issue 2 years ago • 0 comments

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).

3b avatar Dec 23 '23 17:12 3b