tower-async-hyper 0.1.0
·
2 commits
to master
since this release
- Initial release. Bridges
hyper
(v1) withtower-async
. - Compatible with new
tower_async::Service
contract:call
takes now&self
instead of&mut self
;call
returnsimpl Future
instead of declared asasync fn
;