issues
search
sharksforarms
/
deku
Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.14k
stars
55
forks
source link
Add failure when writing less bits then set
#458
Closed
wcampbell0x2a
closed
4 months ago
wcampbell0x2a
commented
4 months ago
Check the amonut of bits that are expected to write, and make sure that containers that contains more bits that aren't going to be written is treated as an error.
Specialize DekuWriter for u8, as this does not required bit_size calculations
Closes #457
Closes #457