Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for payload size modifiers in the rust generator #83

Closed
hchataing opened this issue Nov 8, 2023 · 0 comments · Fixed by #84
Closed

Implement support for payload size modifiers in the rust generator #83

hchataing opened this issue Nov 8, 2023 · 0 comments · Fixed by #84
Assignees
Labels
enhancement New feature or request

Comments

@hchataing
Copy link
Collaborator

struct Test {
    _payload_: [+4],
}
@hchataing hchataing self-assigned this Nov 8, 2023
@hchataing hchataing added the enhancement New feature or request label Nov 8, 2023
hchataing added a commit that referenced this issue Nov 8, 2023
Fixes #83

Enables the following declaration in the
rust generator.

```
struct Test {
  _size_(_payload_) : 8,
  _payload_ : [+2],
}
```
hchataing added a commit that referenced this issue Nov 8, 2023
Fixes #83

Enables the following declaration in the
rust generator.

```
struct Test {
  _size_(_payload_) : 8,
  _payload_ : [+2],
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant