google / google/pdl

Implement support for structure inheritance in the rust generator

Open
#62 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.