Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jow-
Copy link
Owner

@jow- jow- commented Jul 8, 2024

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.

@jow- jow- force-pushed the struct-buffer branch 2 times, most recently from a0fa464 to 52ed4c1 Compare July 11, 2024 12:08
@jow- jow- force-pushed the struct-buffer branch 4 times, most recently from af0fbfe to 8bdbb8d Compare July 29, 2024 14:02
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.

Signed-off-by: Jo-Philipp Wich <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant