Rust codec improvements - handle offsets, custom group size encoding by dm3 · Pull Request #679 · aeron-io/simple-binary-encoding (original) (raw)
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.