Remove more tODO's

This commit is contained in:
Lucio Franco
2019-09-29 22:38:28 -04:00
parent d81ca1ae56
commit a9f7992585
11 changed files with 58 additions and 22 deletions
+10
View File
@@ -39,6 +39,16 @@ may be a good resource as it shows examples of many of the gRPC features.
### Examples
#### Rust Version
`tonic` currently works on rust `1.39-beta` and above as it requires support for the `async_await`
feature. To install the beta simply follow the commands below:
```bash
$ rustup install beta && rustup component add rustfmt --toolchain beta
$ cargo +beta build
```
#### Client
```rust