Rust programmingFlatBuffers schema knowledgeUnderstanding of unions in serialization
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
25
研究方向
The issue requests implementing vectors of unions in Rust FlatBuffers, aiming for parity with C++ and Java implementations. Review the existing Rust codegen in src/idl gen rust.cpp and test files under tests/rust usage test. Examine comments for prior discussion on design decisions, particularly around union table handling. The lack of an assignee or linked PR suggests this is an open research problem; contributors should analyze how C++ and Java handle union vectors in their respective codegens and propose a similar Rust implementation.