Version 0.2
- Added exact-width types
- Added support for multi-dimensional arrays
- Struct: made
TypeWidth.STANDARD
default - Struct: added
to_bytes
method - Struct: improved unpacking efficiency
- Using native-only types in a class without
TypeWidth.NATIVE
set now throws an error (previously this would only yield a genericstruct.error
) - Empty Structs are now allowed