hubcio commented on issue #2524: URL: https://github.com/apache/iggy/issues/2524#issuecomment-3699456837
I think we could use `flatbuffers`. https://flatbuffers.dev/languages/rust/ https://github.com/frol/flatc-rust ```flatbuf struct MessageHeader { checksum: uint64; id_low: uint64; id_high: uint64; offset: uint64; timestamp: uint64; origin_timestamp: uint64; user_headers_length: uint32; payload_length: uint32; } ``` For errors it would be harder because we have tons of sum types like `Identifier`, but still doable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
