Releases: TeskeVirtualSystem/struct.js
Releases · TeskeVirtualSystem/struct.js
v1.0.0
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) StructErrorclass 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