Hi, Thanks for all the tips on the Go-API usage, I have the serialization going great there.
I have a question about the compatibility of reader/writer API in different languages: if I have Rust services that also read/write or pass-through serialized arrow data, are there particular versions for each language that are compatible? To be more specific, if I write out a payload of bytes using the ipc-writer in Go (say as the value of a json field), is it reasonable to expect to read that back in using the ipc-reader in Rust? (or are there some "known gotchas" there?) Much thanks in advance, Agam