JStruct
JStruct copied to clipboard
Add the possibility to define the size of the type
Hi is it possible to implement your code to support the following format ?
mystruct = struct.Struct('<'
'100s'
'8s'
'5c'
)
In which we can define the type length before the type. Many thanks
@vjorge If you're still in need of this functionality I have implemented it in my fork: https://github.com/theshoeshiner/JStruct