Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 485 Bytes

Structured buffer

C-like structs in javascript

Supports:

  • Creating and parsing buffers with a given struct
  • Calculating size of a struct
  • Unsigned and signed integer from 8 to 64 bits
  • Chars (converts int8 to string)
  • Standard C99 booleans
  • Structs inside another structs

See examples folder for example usage