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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

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
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
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