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

refactor(iroh): make use of quic-rpc-derive macros to prettify the rpc declarations #2508

Merged
merged 7 commits into from
Jul 16, 2024

Conversation

rklaehn
Copy link
Contributor

@rklaehn rklaehn commented Jul 16, 2024

Description

Make use of quic-rpc-derive macros to make the rpc declarations nicer to read. With this, you can clearly see the kind of interaction and the response type for each rpc message type in one place. Under the hood, this does the exact same thing as before.

Breaking Changes

None

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@rklaehn rklaehn marked this pull request as ready for review July 16, 2024 10:56
@rklaehn rklaehn added this pull request to the merge queue Jul 16, 2024
Merged via the queue into main with commit 026baaa Jul 16, 2024
26 checks passed
@rklaehn rklaehn deleted the quic-rpc-derive-macros branch July 16, 2024 11:57
matheus23 pushed a commit that referenced this pull request Nov 14, 2024
…c declarations (#2508)

## Description

Make use of quic-rpc-derive macros to make the rpc declarations nicer to
read. With this, you can clearly see the kind of interaction and the
response type for each rpc message type in one place. Under the hood,
this does the exact same thing as before.

## Breaking Changes

None

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [x] Self-review.
- [x] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [x] ~~Tests if relevant.~~
- [x] ~~All breaking changes documented.~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants