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.
Rust: Implement Vectors of Unions · google/flatbuffers#5024 | Good First Issue