jow- / ucode

JavaScript-like language with optional templating
ISC License
88 stars 27 forks source link

struct: Add new buffer API for incremental packing/unpacking #209

Open jow- opened 1 month ago

jow- commented 1 month ago

Implement a new struct buffer API to support incremental packing and unpacking of binary data. This API allows for more flexible and efficient handling of structured data, especially for streaming or partial processing scenarios.