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

Rust: Make RawMessage fields publicly accessible #934

Closed
wants to merge 1 commit into from

Conversation

mrkline
Copy link
Contributor

@mrkline mrkline commented Jul 27, 2023

Fixes #647, and maybe says something about how often that API is used. 😛

Fixes foxglove#647, and maybe says something about how often that API is used.
:P
@mrkline mrkline changed the title rust: Make RawMessage fields publicly accessible Rust: Make RawMessage fields publicly accessible Jul 27, 2023
@defunctzombie
Copy link
Contributor

@mrkline sorry about the delay - can you rebase this on latest main (so we can get updated CI) and we'll get it merged?

@defunctzombie
Copy link
Contributor

Closing for inactivity. Happy to revisit if you have time to update to latest main.

jtbandes pushed a commit that referenced this pull request Jun 24, 2024
### Changelog
RawMessage fields are now public

### Docs

None

### Description

Currently the `RawMessageStream` is useless because the API does not
expose the fields of the `RawMessage` struct. To solve this issue the
fields of `RawMessages` are now marked as `pub`.

### References
This PR is the same as #934
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants