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

feat: Add Status constructors #137

Merged
merged 4 commits into from
Nov 15, 2019
Merged

Commits on Nov 13, 2019

  1. feat(tonic): Add Status constructors and From Elapsed impl

    Add convenience constructors for all Status codes and document all
    Code variants.
    
    Implement From tokio::timer::timeout::Elapsed for Status
    alce committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    4da0fb6 View commit details
    Browse the repository at this point in the history
  2. remove From Elapsed impl

    alce committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    6e0cfbc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Update status.rs

    alce authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    a0753a0 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-Authored-By: Lucio Franco <luciofranco14@gmail.com>
    alce and LucioFranco authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5910a48 View commit details
    Browse the repository at this point in the history