Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Update readme about tonic (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Oct 2, 2019
1 parent 4d23f91 commit 5308ec0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -1,5 +1,10 @@
# Tower gRPC

**NOTE**: This library will remain stable on a `0.1` release while continuing to support `futures 0.1` based libraries. If you are looking for a [`std::future::Future`] version please checkout [`tonic`] as it is the next generation of `tower-grpc`.

[`tonic`]: https://github.com/hyperium/tonic
[`std::future::Future`]: https://doc.rust-lang.org/std/future/trait.Future.html

A client and server gRPC implementation based on Tower.

[![Build Status](https://travis-ci.org/tower-rs/tower-grpc.svg?branch=master)](https://travis-ci.org/tower-rs/tower-grpc)
Expand Down

0 comments on commit 5308ec0

Please sign in to comment.