Add tower-h2 and more macro

This commit is contained in:
Lucio Franco
2019-08-11 13:48:13 -04:00
parent aef683fe35
commit 404f7d8931
16 changed files with 727 additions and 33 deletions
+1
View File
@@ -8,3 +8,4 @@ edition = "2018"
[dependencies]
tower-grpc = { git = "https://github.com/tower-rs/tower-grpc", branch = "std-future" }
tonic-macros = { path = "../tonic-macros" }
+2
View File
@@ -1,5 +1,7 @@
pub use tower_grpc::*;
pub use tonic_macros::server;
use std::future::Future;
use std::pin::Pin;
use std::sync::Arc;