Skip to content

Version 0.2

Compare
Choose a tag to compare
@biqqles biqqles released this 09 Jan 21:06
  • 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 generic struct.error)
  • Empty Structs are now allowed