| ▲ | zamadatix 3 hours ago | |
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. | ||
| ▲ | allthetime an hour ago | parent [-] | |
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. | ||