Cstruct vs ctypes

There seems to be some overlap between ctypes and cstruct. It’s seems ctypes is a superset in some ways. But cstruct seems useful when doing things like sending data on the wire.

I’m confused about when it’s a good idea to use cstruct and when use ctypes. Advice requested…

1 Like