Skip to content

Commit

Permalink
add README to hyper bridge crate
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Nov 20, 2023
1 parent fd570bc commit 6680bc9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tower-async-hyper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Tower Async Hyper

Decorates a [`tower_async::Service`], allowing it to be turned into a [`hyper::service::Service`].

[![Crates.io][crates-badge]][crates-url]
[![Documentation][docs-badge]][docs-url]
[![MIT licensed][mit-badge]][mit-url]
[![Build Status][actions-badge]][actions-url]

[crates-badge]: https://img.shields.io/crates/v/tower_async_bridge.svg
[crates-url]: https://crates.io/crates/tower-async-bridge
[docs-badge]: https://docs.rs/tower-async-bridge/badge.svg
[docs-url]: https://docs.rs/tower-async-bridge
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE
[actions-badge]: https://github.com/plabayo/tower-async/workflows/CI/badge.svg
[actions-url]:https://github.com/plabayo/tower-async/actions?query=workflow%3ACI

## License

This project is licensed under the [MIT license](LICENSE).

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Tower Async by you, shall be licensed as MIT, without any additional
terms or conditions.

[`tower_async::Service`]: https://docs.rs/tower-async/*/tower_async/trait.Service.html
[`hyper::service::Service`]: https://docs.rs/hyper/*/hyper/service/trait.Service.html

0 comments on commit 6680bc9

Please sign in to comment.