-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat: Add IntoRequest
and IntoStreamingRequest
traits
#66
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d6dd4ed
small tweaks, typos
alce dc7daca
Merge branch 'master' of github.com:LucioFranco/tonic
alce 96c9519
Merge branch 'master' of github.com:alce/tonic
alce d11d7b6
pin all alpha dependencies
alce cb84a13
Merge branch 'master' of github.com:LucioFranco/tonic
alce 481c3a9
Merge branch 'master' of github.com:hyperium/tonic
alce 0ad4de1
Merge branch 'master' of github.com:hyperium/tonic
alce 30142bd
Merge branch 'master' of github.com:hyperium/tonic
alce 8313341
Merge branch 'master' of github.com:hyperium/tonic
alce 78e58bf
Merge branch 'master' of github.com:alce/tonic
alce 0bbd595
Merge branch 'master' of https://github.com/hyperium/tonic
alce 2d86038
add IntoRequest and IntoStreamingRequest traits
alce 8a5096b
Merge branch 'master' of github.com:hyperium/tonic
alce 58d4238
RequestMessage marker trait. generate more compact code
alce bfa3e9b
improve naming
alce d23ec04
fmt
alce 405b5e3
fix interop crate
alce d40ac7e
hide RequestMessage trait from docs
alce 1acf426
use impl Trait instead of type parameter
alce 0e9fe70
remove RequestMessage trait
alce 3f6ff67
Merge branch 'master' of github.com:hyperium/tonic
alce 0e52d8e
Merge branch 'master' into intorequest
alce 03d7a16
conflicts
alce 4439002
Merge branch 'intorequest' of github.com:alce/tonic into intorequest
alce 878120c
document IntoRequest
alce 2f93f33
document IntoStreamingRequest
alce 0528352
Merge branch 'master' into intorequest
alce adbbe8c
remove IntoRequest in favor of From impl
alce b32b4e9
Merge branch 'intorequest' of github.com:alce/tonic into intorequest
alce 9a9ee93
seal IntoStreamingRequest
alce 8802192
remove From<T> for Request, implement IntoRequest instead
alce 7017f97
improve docs
alce File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
😍