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.