python-cstruct
python-cstruct copied to clipboard
Support for bit fields?
trafficstars
Hi, is this library supports bitfields in structs like below?
eg. struct Test { int a: 2; int b: 1; int reserved: 29; int c; }
No, bitfields are not yet supported.