Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 297 Bytes

python-cstruct - Another c-struct like object support in Python

  • supported data and class
    • c-struct like (cstruct.CStruct)
    • array (cstruct.CStructArray)
    • fix length integer (cstruct.CInteger)
    • fix length string (cstruct.CString)
    • data type supported by struct module