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

Replace tarpc dependency with directly using tokio-serde #43

Merged
merged 3 commits into from
Nov 20, 2023

Conversation

ueno
Copy link
Contributor

@ueno ueno commented Nov 18, 2023

While tarpc works nicely, it pulls in a number of dependencies through
its opentelemetry support, which prevents packaging the event-broker
in Fedora. This switches to using tokio-serde directly for RPC.

This would be simpler than enclosing the entire test code with
std::panic::catch_unwind.  Also moves fixtures into the top-level
directory.

Signed-off-by: Daiki Ueno <[email protected]>
While tarpc works nicely, it pulls in a number of dependencies through
its opentelemetry support, which prevents packaging the event-broker
in Fedora.  This switches to using tokio-serde directly for RPC.

Signed-off-by: Daiki Ueno <[email protected]>
crypto-auditing/Cargo.toml Show resolved Hide resolved
@ueno
Copy link
Contributor Author

ueno commented Nov 20, 2023

Thanks for the review!

@ueno ueno merged commit 36e99ff into latchset:main Nov 20, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants