-
-
Notifications
You must be signed in to change notification settings - Fork 515
feat(quinn-proto): unhide quinn_proto::coding
#2078
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
Conversation
djc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to me. @Ralith thoughts?
Ralith
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea of exposing this seems reasonable. Some cosmetic feedback to help with clarity.
|
Worth noting that this is not the most minimal possible way to export |
|
Can you squash these commits? |
It turned out currently the `coding` mod is already public, simply hidden from the docs. It seems to be the minimal change to allow using this functionality for `VarInt` is to document it and not hide it. Fixes quinn-rs#1277
2c96a72 to
4aabf4c
Compare
It turned out currently the
codingmod is already public, simply hidden from the docs.It seems to be the minimal change to allow using this functionality for
VarIntis to document it and not hide it.Fixes #1277