mabuchilab / NiceLib

A Python package for rapidly developing "nice" bindings for C libraries, using cffi
GNU General Public License v3.0
24 stars 8 forks source link

Allow to supply pack to cdef #13

Closed Tillsten closed 2 years ago

Tillsten commented 2 years ago

I know of at least 2 device driver libaries which make use of packed structs. This PR add the option to set pack argument of cdef to accomandate for the simple case where all structs are packed.

natezb commented 2 years ago

Great, thanks!