tower-async-bridge 0.2.0

Bridges a `tower-async` `Service` to be used within a `tower` (classic) environment, and also the other way around.
Documentation
1
2
3
4
5
6
7
mod async_layer;
mod async_service;
mod async_wrapper;

pub use async_layer::{AsyncLayer, AsyncLayerExt};
pub use async_service::AsyncServiceExt;
pub use async_wrapper::AsyncServiceWrapper;