midstar / pycstruct

A python library for reading and writing binary data similar to what is done in C language structs
MIT License
24 stars 4 forks source link

Support bool8 with numpy #32

Closed vallsv closed 3 years ago

vallsv commented 3 years ago

Hi,

Here is an implementation for the bool8 in numpy.

Other bool types are still not supported.