Implement support for structure inheritance in the rust generator
Open
enhancement
- Dominant language
- Rust
- Stars
- 86
- Forks
- 18
- Avg merge
- 20h 49m
- Merged PRs (30d)
- 1
Description
The following grammar is not supported:
```
struct Parent {
x: 8,
_payload_,
}
struct Child : Parent {
y: 8
}
```
Contributor guide
Assessment
This issue has not been assessed yet.