Skip to content

tower-async-hyper 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 23:28
· 2 commits to master since this release
  • Initial release. Bridges hyper (v1) with tower-async.
  • Compatible with new tower_async::Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;