flatbuffers
flatbuffers copied to clipboard
[Rust] Support Advanced Union Features
Many languages support vectors of unions. It would be nice to have such support in Rust too.
@rw @CasperN
Taking over this issue to track advanced union features generally.
The only documentation of what "Advanced Union Features" means seems to be https://github.com/google/flatbuffers/issues/5002#issuecomment-439182796:
- Vector of Unions
- String variants in unions
- Struct variants in unions
This issue is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.
Still important
This issue is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.
This issue is stale because it has been open 6 months with no activity. Please comment or label not-stale
, or this will be closed in 14 days.
This issue was automatically closed due to no activity for 6 months plus the 14 day notice period.
This is of interest to me.