python-cstruct icon indicating copy to clipboard operation
python-cstruct copied to clipboard

C-style structs for Python

Results 2 python-cstruct issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Just a thing for the wishlist: I would like to be able to parse binary data into a cstruct, and then convert it to e.g. a json element. Currently...

Hi, is this library supports bitfields in structs like below? eg. struct Test { int a: 2; int b: 1; int reserved: 29; int c; }

enhancement