Skip to content

Releases: TeskeVirtualSystem/struct.js

v1.0.0

02 Jun 09:49
6cd790b

Choose a tag to compare

What's New

  • Full pack and unpack support for all Python struct format codes
  • ESM module with TypeScript declarations
  • Repeat counts (e.g. 3I, 10s, 4x)
  • All endianness prefixes (<, >, @, =, !)
  • Fixed-width strings (Ns) and pascal strings (Np)
  • StructError class with proper validation (range, buffer size, arg count)
  • calcSize() helper
  • Zero dependencies, works in Node.js 18+ and browsers
  • 106 tests, ESLint, TypeScript typecheck

Automated by MisterMal