logoalt Hacker News

zamadatixtoday at 4:17 PM1 replyview on HN

This change + the existing packed struct logic will be great for working with bit packed binary headers w/o having to manually twiddle so much about the bit handling along the way.


Replies

allthetimetoday at 6:02 PM

Zig is already great for this with ‘packed struct’ and arbitrary size ints. Allows for very clean protocol creation between systems with known properties. This is another great step in that direction.

show 1 reply