tower-rs / tower

async fn(Request) -> Result<Response, Error>
https://docs.rs/tower
MIT License
3.46k stars 274 forks source link

Add examples #675

Open LucioFranco opened 2 years ago

LucioFranco commented 2 years ago

We should add a complete set of examples of using the basic tower services. This should include using most of the layers and how to combine them with ServiceBuilder.

fabracht commented 1 year ago

I'm interested in learning more about Tower. I think this could be a good issue for someone who wants to learn about the Tower ecosystem and make a contribution at the same time. I could write the examples as I go along my learning path. Would you be interested in this?