Skip to content

Rust codec improvements - handle offsets, custom group size encoding #679

New issue

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

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

Already on GitHub? # to your account

Merged
merged 12 commits into from
May 7, 2019

Conversation

dm3
Copy link

@dm3 dm3 commented May 7, 2019

Fixed a few issues with the Rust codec. Decoders can now handle messages with custom offsets, custom default message header and custom group size encodings. Custom group size is not yet implemented for encoders.

There are also no tests for Rust which would exercise the full encode -> decode cycle. Hopefully I'll get to that and improving encoders when I need to do encoding.

@mjpt777 mjpt777 merged commit 35d95aa into aeron-io:master May 7, 2019
mjpt777 added a commit that referenced this pull request May 7, 2019
agmt pushed a commit to agmt/simple-binary-encoding that referenced this pull request May 20, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants