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

move datagram to separate crate #199

Merged
merged 12 commits into from
Dec 30, 2024
Merged

Conversation

Ruben2424
Copy link
Contributor

@Ruben2424 Ruben2424 commented Jun 17, 2023

The goal of This PR is to separate the h3-datagram logic from the h3 crate providing a new crate h3-datagram.

@Ruben2424 Ruben2424 marked this pull request as ready for review August 26, 2024 21:03
@Ruben2424 Ruben2424 requested a review from seanmonstar August 26, 2024 21:03
Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks great, good work!

Might be good if @darioalessandro or @ten3roberts could look, to see if they can still use it.

@@ -21,6 +21,7 @@ quinn = { version = "0.11", default-features = false, features = [
tokio-util = { version = "0.7.9" }
futures = { version = "0.3.28" }
tokio = { version = "1", features = ["io-util"], default-features = false }
h3-datagram = { path = "../h3-datagram" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering, should it be optional? Is there enough code in here that people would benefit if they didn't need to compile it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering, should it be optional? Is there enough code in here that people would benefit if they didn't need to compile it?

Changed it.

@Ruben2424 Ruben2424 changed the title WIP: move datagram to separate crate move datagram to separate crate Sep 7, 2024
@Ruben2424
Copy link
Contributor Author

Generally looks great, good work!

Might be good if @darioalessandro or @ten3roberts could look, to see if they can still use it.

@seanmonstar i think you can continue with the review.
your comment got a 👍 . Additionally I tested against https://webtransport.day/ and it still worked.

@ten3roberts
Copy link
Contributor

ten3roberts commented Dec 29, 2024

I'm no longer using WT as much, but I had a look and it looks great.

Nothing suspicious in the code, and good use of pub/pub(crate) and doc-hidden where needed 👍

Thank you

@Ruben2424 Ruben2424 merged commit dbf2523 into hyperium:master Dec 30, 2024
14 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.

3 participants